Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0015/ESP32Berry

ESP32Berry Project
https://github.com/0015/ESP32Berry

arudino cyberdeck diyproject esp-idf esp32 esp32berry keyboard lvgl t-deck thatproject

Last synced: about 2 months ago
JSON representation

ESP32Berry Project

Awesome Lists containing this project

README

        

# ESP32Berry Project. Join us!

![T-Deck](./misc/images/t-deck.jpg)

## *Updates*
05-23-2024: 0_UnitTest_LovyanGFX Updated!

## Preparing for the next version
I'm preparing a new ESP32Berry project based on LVGL 9. I'll do my best to share it ASAP.
![LVGL9](./misc/images/temp_lvgl-9.jpg)

### Unit Test with LovyanGFX in Arduino Platform
Use LovyanGFX instead of TFT_eSPI to update the screen. This makes it possible to update the screen more quickly than TFT_eSPI. In order to run this without problems, first configure the development environment using the T-Deck library officially supported by LilyGO. https://github.com/Xinyuan-LilyGO/T-Deck

![T-Deck w/ LovyanGFX](./misc/images/unit_test_lovyangfx.jpg)

### *Version 0.5

- Base Structure
- LVGL Environment
- Home Screen
- Second Screen for Apps
- Control Panel (Volume/Brightness)
- Dynamic WiFi Selection
- ChatGPT Client

[![Video: Version 0.5](./misc/images/esp32berry_0.5.jpg)](https://youtu.be/5K6rSw9j5iY)

### MIT License

Copyright (c) 2023 Eric Nam

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.