Search found 1 match

by Baldwin
Mon Aug 25, 2025 8:21 am
Forum: ESP32 Arduino
Topic: WaveShare ESP32-C6-LCD-1.47
Replies: 8
Views: 4954

Re: WaveShare ESP32-C6-LCD-1.47

Hello,

The ESP32C6 ST779 driver provided in the Waveshare examples has a bug regarding screen rotation.
To use this board in landscape, modify the Display_ST7789.cpp and Display_ST7789.h with the following:

Display_ST7789.h:
Move to the top of the file:
#define VERTICAL 1
#define HORIZONTAL 0

Add ...

Go to advanced search