reverese engeneering of TM1621 display

This commit is contained in:
2026-03-13 21:54:45 -03:00
parent 77fc5920a2
commit acaf537f11
2 changed files with 219 additions and 33 deletions

View File

@@ -8,9 +8,10 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:d1]
platform = espressif8266
board = d1
[env:waveshare_rp2040_zero]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = waveshare_rp2040_zero
framework = arduino
monitor_speed = 115200
upload_port = /dev/ttyUSB1
lib_archive = no
lib_deps = bogde/HX711@^0.7.5