Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WT32-SC01 Plus missing library (BSP-416) #251

Closed
KianLuis297 opened this issue Nov 16, 2023 · 2 comments
Closed

WT32-SC01 Plus missing library (BSP-416) #251

KianLuis297 opened this issue Nov 16, 2023 · 2 comments

Comments

@KianLuis297
Copy link

KianLuis297 commented Nov 16, 2023

I recently bought a WT32-SC01 Plus and I am trying to program a gui using Squareline Studio.
Unfortunately the library for the WT32-SC01 Plus seems to have been deleted from the espressif github.
In Squareline Studio you can choose Espressif WT32-SC01 Plus as a preset but when trying to export any project, an error message says that the "wt32_sc01_plus.zip file cannot be found". I think the root of the problem is that the wt32-sc01 plus is not listed on this github anymore and therefore cannot be downloaded and used for the build / compiling.

Are the files still available or is there any other way to program the WT32-SC01 Plus using Squareline Studio?
I tried to build my own .zip file containing the needed header files but I can't get it to work. The screen won't show any output using any other library from the espressif presets.

Thanks!

@github-actions github-actions bot changed the title WT32-SC01 Plus missing library WT32-SC01 Plus missing library (BSP-416) Nov 16, 2023
@espzav
Copy link
Collaborator

espzav commented Nov 20, 2023

Hello @KianLuis297,
I am sorry, we never supported this board. It must be some mistake. I don't see this board in SquareLine Studio.

@tore-espressif
Copy link
Collaborator

@KianLuis297 The WT32-SC01 board was never listed under Espressif's boards in SquareLineStudio. If you want to use it, you will have to write your own hardware initialization code. This typically includes

  1. Init of ESP peripherals (SPI...)
  2. Init of the display driver
  3. Init of LVGL (init + draw buffers allocation)

There are many tutorials and manuals online

I'll close this issue for now, as we don't plan to add WT32-SC01 board to esp-bsp anytime soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants