twx-MOD-LCD2.8RTP/SOFTWARE
Stanimir-Petev ba25b4e27a
Update graphicstest_olimex_NS2009.ino
Added commented line with SPI initialization with lower frequency (30MHz) in case of usage of longer cable or UEXTx5
2023-10-09 09:48:27 +03:00
..
Arduino Update graphicstest_olimex_NS2009.ino 2023-10-09 09:48:27 +03:00
PlatformIO/LCD2.8RTP_Demo update 2018-06-25 14:04:53 +03:00
README.TXT Update 2023-04-11 15:18:13 +03:00

##Arduino IDE example:

Tested with Olimex boards - OLIMEXINO-2560, OLIMEXINO-STM32F3, and Olimex ESP32 boards (Olimex ESP32-EVB, ESP32-POE, ESP32-POE-ISO). Refer to the comments in the .ino sketch - make sure to download all the files (library and header files; and not just the .ino).

Folder "graphicstest_olimex_NS2009" contains demo for NS2009 touchscreen.

Folder "graphicstest_olimex" contains demo for STMPE610 touchscreen component.

Basically if touch is not working try the demo in the other folder.

If you use the demo with an ESP32 boards remember to prepare your Arduino IDE environment according to the arduino for ESP32 repository here: https://github.com/espressif/arduino-esp32#installation-instructions

NOTE: You might need to edit the pins in board_pinout.h - for example, if you use ESP32-POE instead of ESP32-EVB, you need to change TFT_CS from 17 to 5 (since ESP32-POE uses pin #5 for chip select).

##PlatformIO example:

Made and tested with Olimex ESP32-EVB using PlatformIO 3.6.0a3