You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Comments and changelog
This commit is contained in:
@@ -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
|
||||
=====
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# Hardware initialization for Unix and MacOS systems
|
||||
|
||||
import lcd_bus
|
||||
import lvgl as lv
|
||||
import sdl_display
|
||||
|
||||
Reference in New Issue
Block a user