Skip to content

Commit

Permalink
Develop (#41)
Browse files Browse the repository at this point in the history
* Removed Lena,m put in Philips test image

* Updated boards

* 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

* Added esp32-s3touchlcd7

* remove lvgl9

* Use LVGL 8.4.0

* Prepare for 2.0.10

* Bioards to main

* Updated markdown

* Added newline

* Updated boards

* UPdated demo with gradient

* Updated UI SquareLine

* Removed not required lv_qrcode include

* Update to Squareline 1.4.2

* Use development lib

* Added new boards

* Added new boards
Use #develop

* Lvgl9 (#36)

* 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 7ba11e5 commit af296f3
Show file tree
Hide file tree
Showing 15 changed files with 1,549 additions and 784 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +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
- 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 @@ -30,4 +35,3 @@ Example with sound! (if WiFi credentials are provided and speaker attached)
- 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 af296f3

Please sign in to comment.