From: Petr V. <VAN...@vc...> - 2001-06-14 23:05:36
|
On 14 Jun 01 at 23:06, Russell King wrote: > I've got some modifications coming into the ARM kernel tree concerning > ARM specific framebuffers for devices with 4 bpp greyscale (LCD). > > What is the official way of handling 4bpp greyscale framebuffers? > They're currently using pseudocolor/static pseudocolor with > var->greyscale set to one, and translating this to the relevant > greyscale visual in their tinyX server. I believe that it is correct one. PSEUDOCOLOR if you can reorder/change these gray levels and STATIC_PSEUDOCOLOR if it is just hardwired that 0 is black and 15 is white. Best regards, Petr Vandrovec van...@vc... |