- This topic has 2 replies, 3 voices, and was last updated 5 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Electronics › Electronics › controller for graphic animation
which controller is suitable for graphic LCD….is arduino enough to create good animation on a 7' graphic lcd
graphic LCD can be easily interfaced with Arduino. There is a library available for interfacing graphic LCDs with Arduino at playground.arduino.cc/Code/GLCDks0108. for creating anmation you will need to convert image files to hex (.xbm format) using GIMP or other image processing software. for loading images on arduino, you will need to load hex code of each image as character array and then use standard library functions to draw each image one after the other
yes, there is TFT LCD library available for arduino. but recommended for arduino boards with more builtin memory with 256K or more