Comments and changelog

This commit is contained in:
Thomas Farstrike
2025-05-12 00:11:49 +02:00
parent f8fac8a32f
commit 1f1a333172
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -1,6 +1,9 @@
0.0.4
=====
- wificonf: pressing keyboard icon or newline key also closes the keyboard
- Don't show Frames Per Second on screen
- Tweak settings to increase display refresh rate
- Add support for running on Linux and MacOS desktop
0.0.3
=====
+2 -1
View File
@@ -1,4 +1,5 @@
print("boot.py: version 0.0.3 running")
# Hardware initialization for ESP32-S3-Touch-LCD-2
# Manufacturer's website at https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2
from machine import Pin, SPI
import st7789
+2
View File
@@ -1,3 +1,5 @@
# Hardware initialization for Unix and MacOS systems
import lcd_bus
import lvgl as lv
import sdl_display