Search found 2 matches
- Thu Nov 02, 2023 8:45 am
- Forum: ESP-IDF
- Topic: Ask ESP32 S3 SPI driver screen problem
- Replies: 0
- Views: 375
Ask ESP32 S3 SPI driver screen problem
#define st7735s_width 128 #define st7735s_hight 160 #define GPIO_PIN_CS GPIO_NUM_3 #define GPIO_PIN_RST GPIO_NUM_2 #define GPIO_PIN_DC GPIO_NUM_4 #define GPIO_PIN_MOSI GPIO_NUM_11 #define GPIO_PIN_CLK GPIO_NUM_12 #define GPIO_PIN_MASK_BIT ((1ull<<GPIO_PIN_CS)|(1ull<<GPIO_PIN_RST)|(1ull<<GPIO_PIN_DC)...
- Tue Sep 26, 2023 10:30 am
- Forum: ESP-IDF
- Topic: Multiple decode errors occured: Try checking the baud rate and XTAL frequency setting in menuconfig
- Replies: 2
- Views: 3147
Multiple decode errors occured: Try checking the baud rate and XTAL frequency setting in menuconfig
Multiple decode errors occured: Try checking the baud rate and XTAL frequency setting in menuconfig.
What is the reason why I am using SPI driver st7735s
What is the reason why I am using SPI driver st7735s