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...
touch_calibration_data_t smartdisplay_compute_touch_calibration(const lv_point_t screen[3], const lv_point_t touch[3]) This function returns the calibration data based on 3 points. The screen array contains the (selected) calibration points on the screen and the touch array the actual measure...
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...
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...
This is the first function that needs to be called. It initializes the display controller and touch controller and will turn on the display at 50% brightness. void smartdisplay_lcd_set_backlight(float duty) Set the brightness of the backlight display. The timer used has 13 bits (0 - 819...