The ESP32Berry project created by our team is closed. Instead, a new ESP32Berry project will be launched based on the new T-Deck.
ESP32 working as a VNC Viewer is very interesting.
- [ArduinoVNC(Forked Version)] https://github.com/0015/arduinoVNC/tree/0015
- [LovyanGFX] https://github.com/lovyan03/LovyanGFX
This project is experimental and not yet complete. As it is updated, I will continue to share it through my channel. I made a physical keyboard for use with the ESP32. I'm pretty sure to more interesting applications are possible with this.
In this version 0.3, added a chatting app using ESP-NOW and supported Non-Keyboard ESP32 products.
Works only in 480x320 resolution. It hasn't been tested enough yet. It will work more stably in the next version.
ESP32Berry_Config.h
Remove the #define ESP32BERRY
ESP32Berry_Display.h
Set LovyanGFX with the graphic driver ic chip you are using.
ESP32Berry_Display.cpp
If touch calibration is required separately, modify the necessary information in init_tft().
Partition Scheme
Since the size of this application is larger than the default partition scheme, it must be changed. (Over 1.4MB)
In this version 0.2, an overall system upgrade and Telegram app have been added to send and receive messages through Telegram API.
*Added features
- Telegram App
- Notification
- Menu SDCard
- Menu Battery
In this version 0.1, I focused on creating a very basic framework. The first added features are a WiFi dynamic connection and a Note app that can read and write to the SD card.
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.