Arduino LCD Demo
Loading...
974
views
Loading...
Uploader Comments (mossblaser)
see all
All Comments (9)
-
Heheh, thats awsome :p
-
Hi your video is great, I recently get into graphics and bought a great serial LCD with touch controller called SMARTGPU from vizic technologies, and it's just 3 wire interface, microSD-4GB, could be used as shield or on a standard breadboard, very powerfull graphics, You can create advanced applications very very easy, I recommend you this board if you like interfacing arduino with graphics, check my video response! tab "SMARTGPU arduino ipod like"
-
@mossblaser thanks
would be nice if you post your code and circuit somewere
Loading...
what program do you use to make the grafics? and how many pins do that kind of lcd use on the arduino?
formulaformula1133 3 weeks ago
@formulaformula1133 I just wrote a custom C program which generates all the graphics "the hard way" (i.e. doing the required calculations for drawing cubes etc.). The display I'm using has a serial interface which provides line-drawing and text printing facilities and uses two IO pins -- one for serial data and the other for flow-control.
mossblaser 3 weeks ago
which libary did you use? or did you write it on your own?
i need a libary that is powerfull enough to show an 3D object and rotate it (like yours did)
Sebbl3 1 year ago
and is it synchronized with the audio?
Sebbl3 1 year ago
@Sebbl3 Yes it is.
mossblaser 1 year ago
@Sebbl3 I didn't use a library. The display takes VT100-style commands (plus a few extras which I'm using to draw lines and such) and I'm simply doing the matrix manipulations required to rotate points in 3D (so just not-so-interesting-maths there, nothing fancy). Hope that helps!
mossblaser 1 year ago