Maker Pro
Maker Pro

Arduino UNO + 2.8 tft white screen

AlenZGB

Feb 19, 2014
181
Joined
Feb 19, 2014
Messages
181
Helloo

I have UNO with https://www.velleman.eu/products/view/?id=435582
2.8 tft velleman display and i get white display.
i manage to use one library and on tft.begin(0x9341); if i dont use 0X9341 the
picture wont come. Drivers should be ILI9341 acording to web page for that screen that i bought.

Im trying to make my friend a nice tachometer for his piaggio porter something like this one on the
link here
Needle one.

Any help would be nice .

Thanks in advance.
 

AlenZGB

Feb 19, 2014
181
Joined
Feb 19, 2014
Messages
181
I dont have wires i just plug the LCD on my UNO board, cant connect it any other way around.

i found this video, thats how i fix it but only for that library, i want to know what can i do so that other libraries work with my screen too.
 

kellys_eye

Jun 25, 2010
6,514
Joined
Jun 25, 2010
Messages
6,514
Libraries are device-specific and simply swapping different size screens can stop them working due to individual register differences. If your screen isn't EXACTLY the same as the one the program is addressing then you'll have to check for those 'differences' and make the relevant adjustments.
 

AlenZGB

Feb 19, 2014
181
Joined
Feb 19, 2014
Messages
181
Im guessin that will be to hard to explanin in few words. :(
 
Top