thanh01pmt / esp32-wt32-sc01-micropython-lvgl-squareline

10 stars 3 forks source link

Source #1

Open nandibrenna opened 1 year ago

nandibrenna commented 1 year ago

Can you please provide the changes to compile the driver for the wt32-sc01 LCD and touch?

thanh01pmt commented 1 year ago

Can you please provide the changes to compile the driver for the wt32-sc01 LCD and touch?

Hi, below changes were made before compiling the firmware:

  1. Upgrade the display driver - st7796 - based on ili9XXX.
  2. Grab touch driver Ft6x36 from generic folder (lib\lv_bindings\driver\generic) to ESP32 port (ports\esp32\modules).
banebrcic commented 1 year ago

Hi, Is there any possibility to make this micropython firmware for EPS32-S2 and S3? Thanks in advance, B

thanh01pmt commented 1 year ago

Hi, Is there any possibility to make this micropython firmware for EPS32-S2 and S3? Thanks in advance, B

Have you checked the page below before? I think the firmware for ESP32-S2 and S3 are available here... https://micropython.org/download/?port=esp32

banebrcic commented 1 year ago

Sorry I was not clear enough, I meant micropython for s2 and s3 with Lvgl bindings. I am trying myself for almost a week and I am always hitting errors.

B