You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Remove useless current_hardware variable
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# Hardware initialization for ESP32-S3-Touch-LCD-2
|
||||
# Manufacturer's website at https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2
|
||||
current_hardware = "waveshare-esp32-s3-touch-lcd-2"
|
||||
|
||||
from machine import Pin, SPI
|
||||
import st7789
|
||||
import lcd_bus
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
# Hardware initialization for Fri3d Camp 2024 Badge
|
||||
current_hardware = "fri3d-2024"
|
||||
|
||||
from machine import Pin, SPI
|
||||
import st7789
|
||||
import lcd_bus
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
# Hardware initialization for Unix and MacOS systems
|
||||
current_hardware = "unix"
|
||||
|
||||
import lcd_bus
|
||||
import lvgl as lv
|
||||
import sdl_display
|
||||
|
||||
Reference in New Issue
Block a user