Skip to content

Commit

Permalink
Lvgl9 (#36)
Browse files Browse the repository at this point in the history
* Initial commit vor LVGL v9.1

* Changed memory LV_USE_STDLIB to use LV_STDLIB_CLIB

* Updated verison history

* Added lv_tick_inc

* Minor changes

* Enable all boards

* Updated lv_conf.h

* UPdated demo with gradient

* Updated UI SquareLine

* Update to Squareline 1.4.2

* Added new boards
Use #develop
  • Loading branch information
rzeldent authored Aug 27, 2024
1 parent 64089fa commit e864a6c
Show file tree
Hide file tree
Showing 14 changed files with 1,541 additions and 781 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,21 @@ For [PlatformIO](https://platformio.org/)
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).
> [!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)

![Example](assets/PXL_20231130_225143662.jpg)

## Version history

- July 2024
- Updated SquareLine to 1.4.1
- 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)
Expand All @@ -31,4 +35,3 @@ See [https://github.com/rzeldent/esp32-smartdisplay](https://github.com/rzeldent
- Demo application created
- October 2023
- Updated UI using [SquareLine Studio](https://squareline.io). This is a graphical UI design tool.

Loading

0 comments on commit e864a6c

Please sign in to comment.