http://www.sainsmart.com/home-page-view ... -2560.html
If yes, that would be wonderful. It's like a homemade ipad.
Eleenwhite wrote:Can this 1.8" SPI LCD be connected to RPI?
by Eleenwhite » Wed Aug 29, 2012 3:44 am
Can this 1.8" SPI LCD be connected to RPI?
notro wrote:I have started a project writing framebuffer drivers for small TFT LCDs. I have written a helper module that greatly simplifies writing such a driver. That is if the display is RGB565 and uses SPI. I have ordered two more modules that I will try and make drivers for:
* Nokia 5110/3310 monochrome LCD: http://adafruit.com/category/63 (challenge: monochrome, 1 bit per pixel)
* ITDB02-2.8: http://imall.iteadstudio.com/display/tf ... 19009.html (challenge: parallel databus, no SPI)
Project page: https://github.com/notro/fbtft
Wiki: https://github.com/notro/fbtft/wiki
Currently the wiki is just my own notes made pretty.
Note that the Nokia type display has hardware SPI python code already
# Show info about /dev/fb0
fbset -i
mode "656x416"
geometry 656 416 656 416 16
timings 0 0 0 0 0 0 0
rgba 5/11,6/5,5/0,0/16
endmode
Frame buffer device information:
Name : BCM2708 FB
Address : 0x4c006000
Size : 545792
Type : PACKED PIXELS
Visual : TRUECOLOR
XPanStep : 0
YPanStep : 0
YWrapStep : 0
LineLength : 1312
Accelerator : No
fbset -i -fb /dev/fb1
mode "176x220"
geometry 176 220 176 220 16
timings 0 0 0 0 0 0 0
nonstd 1
rgba 5/11,6/5,5/0,0/0
endmode
Frame buffer device information:
Name : adafruit22fb
Address : 0
Size : 77440
Type : PACKED PIXELS
Visual : TRUECOLOR
XPanStep : 0
YPanStep : 0
YWrapStep : 0
LineLength : 352
Accelerator : No