ili9341-arduino
ili9341-arduino copied to clipboard
ILI9341 2.2 LCD library
BUG: TFT_RST_OFF defines incorrect register with ArduinoMega2560 how it is now: # define TFT_RST_OFF {DDRD |= 0x10;PORTD |= 0x10;} # define TFT_RST_ON {DDRD |= 0x10;PORTD &=~ 0x10;} how it should...
Hello, how to able rotate screen. i saw, one guy did it: http://forum.arduino.cc/index.php?topic=150900.0 after that, they updated their official library: http://www.seeedstudio.com/wiki/File:TFT_Touch_Shield_libraries.zip But i cannot do it, screen is just white....
Hi. I wired following the guide, and run the example but only got white screen. When I remove the LED wire, it blacked!!! Anybody, pls help me :( 
void loop(void) { .... Tft.drawNumber(counter++, 0, 0, 2, WHITE); .... } when drawing characters merge into a white rectangle. the characters are not merged, when output in one position, you...
How can I add character from local alphabet? I think I can use numbers 128-255, and add lines to font.c, but it not work. Can you help me?
hello i have problem with running tftbmp example / i have YUN and ili9341 and i want to rotate my text . is there any function ? http://forum.arduino.cc/index.php?topic=240525.0