this fixes the touch sensor for cyd esp32-3248S035C. error msg: beginTransmission(): "Bus is in Slave Mode" possibly related: espressif/arduino-esp32#6616dasdgw authored Apr 20, 2024 Verified 1 parent b3f175e commit b15c297 Showing 1 changed file with 0 additions and 1 deletion. Whites...
Step 1: Download (or open) PlatformIO This library is made for usage in PlatformIO. If not familiar with PlatformIO please take a look at their site and micro controller boards they support. However these boards only use the Arduino platform and ESP32 boards. Make sure you have PlatformIO in...
this fixes the touch sensor for cyd esp32-3248S035C. error msg: beginTransmission(): "Bus is in Slave Mode" possibly related: espressif/arduino-esp32#6616Loading branch information dasdgw committed Apr 20, 2024 1 parent b3f175e commit e1dedd5 Showing 1 changed file with 1 addition and 1...
this fixes the touch sensor for cyd esp32-3248S035C. error msg: beginTransmission(): "Bus is in Slave Mode" possibly related: espressif/arduino-esp32#6616main dasdgw committed Apr 14, 2024 1 parent 60601da commit 3bb4e79 Showing 1 changed file with 1 addition and 1 deletion. Whitespace...
#include<Arduino.h>#include<esp32_smartdisplay.h>voidsetup() {smartdisplay_init();autodisplay =lv_display_get_default();//lv_display_set_rotation(display, LV_DISPLAY_ROTATION_90);//lv_display_set_rotation(display, LV_DISPLAY_ROTATION_180);//lv_display_set_rotation(display, LV_DISPLAY_ROTA...