Hacker News new | ask | show | jobs
by kaptain 1135 days ago
Can someone help with the math? Why do they divide by two to calculate the memory size of the sheet? Thanks!
2 comments

Each pixel was 4bits(1/2 byte), and memory is in bytes
Each pixel is stored as a 4-bit index, so 2 pixels per byte.