 | RE:JuiceBox Audio/Sound Programming (modified 0 times) | jasonharper | |
|
| The 4096 color display mode is actually 720 x 160 x 16 level grayscale, as far as the CPU is concerned - it's not aware that the pixels are sequentially colored R, G, B, R, G, B, etc. See http://www.elinux.org/wiki/JuiceBoxRegsMp3 for the register settings.
It should be possible to drive the display at 720 x 160 x 4 level grayscale, or 720 x 160 monochrome. These modes would give 6 and 3 bits per pixel, respectively, but it's hard to imagine an application that would prefer these over the 8 and 12 bit modes. | |
|
|