Society of Robots - Robot Forum
Electronics => Electronics => Topic started by: Hawaii00000 on January 14, 2011, 09:03:46 PM
-
Hey guys, quick question about and article I saw of HaD. The article has a video that shows and arduino controlling a color lcd display, and I was wondering how what handles all the graphics processing. Surely not the arduino.
Heres the article:
http://hackaday.com/2011/01/09/oled-displays-and-small-microcontrollers/#more-32665 (http://hackaday.com/2011/01/09/oled-displays-and-small-microcontrollers/#more-32665)
And video:
http://www.youtube.com/user/rossumur#p/a/u/0/iHNqnbSxd6c (http://www.youtube.com/user/rossumur#p/a/u/0/iHNqnbSxd6c)
-
SPI has a bad rap of being slow when it comes to displays. With a bit of fiddling it is possible to get 500k pixels per second from a Arduino Duemilanove which is more than enough perf for these small screens: >30fps on 128x128.
Apparently it is. Best check out the source code.
-
Holy cow, nice find! Now we need webbotlib support for those... ;D
-
Apparently they come in touch screen:
uOLED-32028-P1T running MIDIZAMP (http://www.youtube.com/watch?v=HzvT_imxryM#ws)
From what I can understand there's a graphics processing chip on the screen. Found these for those that are interested:
http://jennylc.com/4d/ (http://jennylc.com/4d/)
http://www.4dsystems.com.au/prod.php?id=34 (http://www.4dsystems.com.au/prod.php?id=34)