We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4416931 commit c70780dCopy full SHA for c70780d
internal_filesystem/boot.py
@@ -1,7 +1,5 @@
1
# Hardware initialization for ESP32-S3-Touch-LCD-2
2
# Manufacturer's website at https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2
3
-current_hardware = "waveshare-esp32-s3-touch-lcd-2"
4
-
5
from machine import Pin, SPI
6
import st7789
7
import lcd_bus
internal_filesystem/boot_fri3d-2024.py
@@ -1,6 +1,4 @@
# Hardware initialization for Fri3d Camp 2024 Badge
-current_hardware = "fri3d-2024"
internal_filesystem/boot_unix.py
# Hardware initialization for Unix and MacOS systems
-current_hardware = "unix"
import lvgl as lv
import sdl_display
0 commit comments