Skip to content

Commit 1f1a333

Browse files
Comments and changelog
1 parent f8fac8a commit 1f1a333

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
0.0.4
22
=====
33
- 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
47

58
0.0.3
69
=====

internal_filesystem/boot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
print("boot.py: version 0.0.3 running")
1+
# Hardware initialization for ESP32-S3-Touch-LCD-2
2+
# Manufacturer's website at https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2
23

34
from machine import Pin, SPI
45
import st7789

internal_filesystem/boot_unix.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Hardware initialization for Unix and MacOS systems
2+
13
import lcd_bus
24
import lvgl as lv
35
import sdl_display

0 commit comments

Comments
 (0)