notro / fbtft

Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
1.86k stars 494 forks source link

tls8204 Support #41

Closed straccio closed 10 years ago

straccio commented 11 years ago

Product: https://www.olimex.com/Products/Modules/LCD/MOD-LCD3310/open-source-hardware

Sample source for arduino, u8glib done by me: http://u8glib.googlecode.com/hg/csrc/u8g_dev_tls8204_84x48.c

notro commented 11 years ago

I see no point in making a framebuffer driver for a monochrome display. I haven't found any applications that support a monochrome framebuffer.

FBTFT has support for Nokia 3310 with a PCD8544 controller: fb_pdc8544. This driver pretends to do 16-bit True color, but converts it to monochrome before transferring to the display. This makes it useable only as a console.

https://github.com/notro/fbtft/wiki/LCD-Modules#nokia-51103310