We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fac8a commit 1f1a333Copy full SHA for 1f1a333
CHANGELOG.md
@@ -1,6 +1,9 @@
1
0.0.4
2
=====
3
- wificonf: pressing keyboard icon or newline key also closes the keyboard
4
+- Don't show Frames Per Second on screen
5
+- Tweak settings to increase display refresh rate
6
+- Add support for running on Linux and MacOS desktop
7
8
0.0.3
9
internal_filesystem/boot.py
@@ -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
internal_filesystem/boot_unix.py
@@ -1,3 +1,5 @@
+# Hardware initialization for Unix and MacOS systems
+
import lcd_bus
import lvgl as lv
import sdl_display
0 commit comments