Ihr Warenkorb ist leer
Ihr Warenkorb ist leerC.Marianne
Bewertet in Frankreich am 6. Juni 2019
Le projet, une télécommande pour Spotify . Cela permet de tester les parties affichage et tactile de l'écran ILI9486.Dans ce cas particulier les images sont au format 300x300 et de bonne qualité.Coté logiciel utilisation des bibliothèques TFT_eSPI, TFT_eFEX, JPEGDecoder et TouchScreen.Pour des raisons de facilité de câblage j'utilise une carte D1 R32 (ESP32). Quelques modifications sont nécessaires au niveau des ports E/S pour contourner les particularités des ports supérieurs à GPIO32 et GPIO15(Wifi).GPIO34->IO33 - GPIO35->IO32 - 10k pull up entre 3.3v et GPIO36.Modification du fichier User_Setup.h à partir ligne 192 : #define ESP32_PARALLEL// The ESP32 and TFT the pins used for testing are:#define TFT_CS 33 // Chip select control pin (library pulls permanently low#define TFT_DC 32 // Data Command control pin - must use a pin in the range 0-31#define TFT_RST 36 // Reset pin, toggles on startupModification du fichier TFT_eSPI.h à partir de la ligne 134:#elif defined (ESP32) #if defined (ESP32_PARALLEL) #if TFT_DC #define DC_C GPIO.out_w1tc = (1 #define DC_D GPIO.out_w1ts = (1 #else #define DC_C GPIO.out1_w1tc.val = (1 #define DC_D GPIO.out1_w1ts.val = (1 #endifCe projet n'est pas entièrement terminé mais les résultats obtenus, après bien des déboires, me semblent acceptables.(Remarque : pour que pause/play, next et previous soient opérants nécessité d'un compte "Premium").
MarkS
Bewertet in Großbritannien am 23. Juni 2019
connected to STM NucleoF411 and got LCD and touch working. has 8 bit interface - way faster than SPI.The touch requires 2 ADC inputs as no touch controller and shares pins with LCD - so app needs to switch pins between controlling LCD and reading touch - not a problem one you realise this.Documentation regarding LCD is all over the web.Their docs for the touch part are almost non existent ( even misleading code examples, as suggests a touch controller - which there isn't). Took a while to work out what ADC/gpio pins are used by touch; but there is stuff on the web to get you going regarding reading touch with and ADC.Got it working with littlevGL.
Laura
Bewertet in Italien am 20. Januar 2019
Prodotto perfettamente funzionante e caratteristiche conforme a quanto dichiarato dal venditore.Usato in abbinamento con Mega2560 per monitorare pressione di un impianto idraulico.
RAV70
Bewertet in Spanien am 11. März 2019
Ya es la segunda que compro. Van muy bien, tanto de brillo y resolución como del panel táctil (incluye lápiz). Es 100% compatible con el software Arduino IDE; con el Mega 2560 no funciona el lector de tarjetas, aunque espero que se pueda solucionar cambiando las direcciones del SPI.
Italo Lombardo
Bewertet in Italien am 10. August 2019
Non va il touchscreen su Arduino Due. Mancanza di informazioni e librerie, pessimo prodotto,, in primis mancanza di informazioni. Nella scatola c'e solo il TFT, nemmeno si sa chi lo produce...
Produktempfehlungen