Wio Terminal Screen Touch?

The schematics of the Wio Terminal show touch lines,

also listed in the variants/wio_terminal/variant.h file.

// Needed for LCD library
#define LCD_SPI SPI3
#define LCD_MISO_PIN PIN_SPI3_MISO
#define LCD_MOSI_PIN PIN_SPI3_MOSI
#define LCD_SCK_PIN PIN_SPI3_SCK
#define LCD_SS_PIN PIN_SPI3_SS
#define LCD_DC (70ul)
#define LCD_RESET (71Ul)
#define LCD_BACKLIGHT (72Ul)
#define LCD_XL (73ul)
#define LCD_YU (74ul)
#define LCD_XR (75ul)
#define LCD_YD (76ul)

Are they active activated? How to use them?

Thank you!

1 Like

The current LCD is not supported touch screen. May be we will consider for the next generation :smiley: