Closed Rajssss closed 3 years ago
@Rajssss Thanks for the detailed report, I guess we should ask the user if their kit includes touch or not. Will work on the fix.
@Rajssss Thanks for the detailed report, I guess we should ask the user if their kit includes touch or not. Will work on the fix.
User? Sorry, I don't get it. The display I have doesn't have a touch controller. So I have selected the touch controller as none in menuconfig.
I've just created the fix/st7735_no_touch branch on the lvgl_esp32_drivers repo with the fix.
Can you go to the components/lvgl_esp32_drivers
and run the following commands? They track the new branch of the lvgl_esp32_drivers
repo.
cd components/lvgl_esp32_drivers
git fetch origin
git switch --track origin/fix/st7735_no_touch
Then go back to the project root directory and try to build it?
I've just created the fix/st7735_no_touch branch on the lvgl_esp32_drivers repo with the fix.
Can you go to the
components/lvgl_esp32_drivers
and run the following commands? They track the new branch of thelvgl_esp32_drivers
repo.cd components/lvgl_esp32_drivers git fetch origin git switch --track origin/fix/st7735_no_touch
Then go back to the project root directory and try to build it?
I have just built & tested it without any issues, this issue should be marked closed now. Thank you.
We use GitHub issues for development related discussions. Please use the forum to ask questions.
Describe the issue I am trying to build and flash the demo widgets example on my ESP32 DevKitC V4 (Clone). I am using a 128x128 ST7735 Display (non touch), Selected predefined board as "ESP32 DevKit V4 with 38 pins". When I tried to build it, I got the error below:
Code to reproduce the issue demo widgets example with no change Expected Results Build sucess Actual Results
ESP32 Chip version ESP32-D0WD ESP-IDF version V4.4.0 Development kit used ESP32 DevKitC V4 (Clone) Development machine OS Linux (Xubuntu) Compilation warnings/errors (if available)
If possible, copy the compilation log into a file and attach it here