https://github.com/rzeldent/esp32-smartdisplay-demo
This project shows how to use the esp32-smartdisplay library
https://github.com/rzeldent/esp32-smartdisplay-demo
cyd esp32 esp32-arduino lvgl
Last synced: 5 months ago
JSON representation
This project shows how to use the esp32-smartdisplay library
- Host: GitHub
- URL: https://github.com/rzeldent/esp32-smartdisplay-demo
- Owner: rzeldent
- License: gpl-3.0
- Created: 2023-03-12T17:57:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T12:08:47.000Z (12 months ago)
- Last Synced: 2025-03-29T14:12:41.725Z (9 months ago)
- Topics: cyd, esp32, esp32-arduino, lvgl
- Language: C
- Homepage:
- Size: 2.51 MB
- Stars: 99
- Watchers: 6
- Forks: 40
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bare minimum sketch for the Sunton aka Cheap Yellow Display (CYD) boards. ESP32_1732S019N/C, 2424S012N/C, 2432S024R/C/N, 2432S028R, 2432S032N/R/C, 3248S035R/C, 4827S043R/C, 4848S040C, 8048S050N/C and 8048S070N/C
For [PlatformIO](https://platformio.org/)
[](https://github.com/rzeldent/esp32-smartdisplay-demo/actions/workflows/main.yml)
This is a demo application for the [esp32-smartdisplay](https://github.com/rzeldent/esp32-smartdisplay) library that is intended to be used in [PlatformIO](https://platformio.org/).
See [https://github.com/rzeldent/esp32-smartdisplay](https://github.com/rzeldent/esp32-smartdisplay/) for more information about the driver library.
> [!WARNING]
> Do not forget to clone this repository with submodules: `git clone --recurse-submodules`!
> This is required to also have the latest version of the [Sunton boards definitions](https://github.com/rzeldent/platformio-espressif32-sunton).
Example with sound! (if WiFi credentials are provided and speaker attached)

## Version history
- December 2024
- Use EEZ Studio for designing the GUI [https://www.envox.eu/studio/studio-introduction/](https://www.envox.eu/studio/studio-introduction/)
- August 2024
- LVGL 9.2
- New boards
- July 2024
- LVGL 9.1
- Use release 2.0.10
- June 2024
- Update SquareLine project to 1.4.1
- July 2024
- LVGL 9.1
- Use release 2.0.10
- June 2024
- Update SquareLine project to 1.4.1
- March 2024
- Added rotate button
- Removed radio (and wifi dependencies)
- December 2023
- Release 2.0.0
- Updated demo with sound
- November 2023
- Use of new library
- Updated demo application with sound
- March 2023
- Demo application created
- October 2023
- Updated UI using [SquareLine Studio](https://squareline.io). This is a graphical UI design tool.