Arduino UTFT library on Arduino Due

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

AFAIK it does support touch if you make the necessary connections. I haven't bothered to since I don't need the touch functionality. Regarding the connection, I wrote a little article a while back. I just put a link in the About section.

DimitrisDimitrakoudis
Автор

how you connected lcd to arduino due? does it support touch?

feveran
Автор

i have a question for you. How did you add the UTFT library on Arduino i have too much time looking for it and don't get it.!

melvinlara
Автор

how would I connect that sainsmart screen to the raspberry pi? there are 40 pins on it and no equivalent connector on the rpi

boliussa
Автор

como hicestes lasconeciones del arduino due y el LCD TFT

eduardolucin
Автор

Ωραίος! Πριν λίγες ημέρες το έκανα και τώρα ετοιμάζομαι να ασχοληθώ με την οθόνη αφής.

kostbill
Автор

Keep in mind that this library is not yet optimized for the Due, so performance might improve in the future. I'm afraid I do not have any experience with the chipkit boards. I hear that the uno32 is indeed a pretty fast board, so it may be faster with the UTFT than the Due.

DimitrisDimitrakoudis
Автор

yeah! i got it...! now i got a question. Whats the right way to connect the TFT with Arduino due. I connected it but when i try to debug the example code it doesnt work.... i want to probe the example code first then i'll build my own program...

melvinlara
Автор

hi
i use your advices with arduino due and utft library for 3.2" connected directly
image showed on lcd but i can not use touch screen
in sketch it is declared standard
UTouch  myTouch( 6, 5, 4, 3, 2);
what modification must i do
many thanks in advance

taoloo
Автор

It's quite simple actually. You just get the library from the official site (search Google for it) and unrar the UTFT folder inside your \libraries\ folder.

DimitrisDimitrakoudis
Автор

Is it possible covert raw image with drawpixel() function in utft??

shapathsust
Автор

this library is some slow to work whit Arduino DUE? the chipkit uno32 is more fast than this!!!
Correctme if i wrong!
My inglish is too bad im sorry ;)

Fedepeleh
Автор

Teensy 3.0 is a tad faster with no mods to the default demo program

imignap
Автор

I'm sorry, I don't speak Spanish. Could you please repeat that in English?

DimitrisDimitrakoudis