Maker Pro
Maker Pro

Arduino UNO + 2.8 tft white screen

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.
 
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.
 
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.
 
Top