-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lots of misc in-progress stuff, most of which was abandoned. I need t…
…o get this committed so I can start cleaning up. Added wokwi, added a demo mode for easier screen testing, pulled in all sorts of stuff, left it half way though a big migration of some sort.
- Loading branch information
1 parent
5de5b70
commit ca18433
Showing
42 changed files
with
6,292 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"board": "esp32:esp32:featheresp32", | ||
"configuration": "FlashFreq=80,UploadSpeed=921600,DebugLevel=none,PartitionScheme=default", | ||
"sketch": "DelSolClock.ino", | ||
"port": "COM9", | ||
"output": "../temp/ArduinoBuild/DelSolClock" | ||
} | ||
"board": "esp32:esp32:featheresp32", | ||
"configuration": "FlashFreq=80,UploadSpeed=921600,DebugLevel=none,PartitionScheme=default", | ||
"sketch": "DelSolClock.ino", | ||
"port": "COM9", | ||
"output": "../temp/ArduinoBuild/DelSolClock" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"version": 1, | ||
"author": "Mark Garrison", | ||
"editor": "wokwi", | ||
"parts": [ | ||
{ | ||
"type": "wokwi-esp32-devkit-v1", | ||
"id": "esp", | ||
"top": 63.35, | ||
"left": -127.33, | ||
"attrs": {} | ||
}, | ||
{ | ||
"type": "wokwi-ili9341", | ||
"id": "lcd1", | ||
"top": 9.22, | ||
"left": 61.52, | ||
"attrs": {} | ||
}, | ||
{ | ||
"type": "wokwi-microsd-card", | ||
"id": "sd1", | ||
"top": 353.18, | ||
"left": -254.67, | ||
"attrs": {} | ||
} | ||
], | ||
"connections": [ | ||
["lcd1:GND", "esp:GND.1", "black", ["v39.14", "h-100.15", "v-114.89"]], | ||
["lcd1:CS", "esp:D15", "green", ["v28.77", "h-102.34", "v-115.63"]], | ||
["lcd1:RST", "esp:D4", "green", ["v22.09", "h-104.53", "v-114.89"]], | ||
["lcd1:D/C", "esp:D2", "green", ["v16.16", "h-104.49", "v-114.15"]], | ||
["lcd1:SCK", "esp:D18", "green", ["v10.23", "h-117.02", "v-158.63"]], | ||
["lcd1:MISO", "esp:D19", "green", ["v46.55", "h-176.99", "v-212"]], | ||
["lcd1:MOSI", "esp:D23", "green", ["v33.95", "h-159.3", "v-240.16"]], | ||
["esp:VIN", "lcd1:VCC", "red", ["h-10.84", "v133.05", "h247.33"]], | ||
["sd1:CS", "esp:D5", "green", ["h164.09", "v-265.44"]], | ||
["sd1:DI", "esp:D23", "green", ["h191.95", "v-320.28"]], | ||
["sd1:VCC", "esp:VIN", "red", ["h0"]], | ||
["sd1:SCK", "esp:D18", "green", ["h170.79", "v-246.64"]], | ||
["sd1:GND", "esp:GND.2", "black", ["h28.05", "v-159.34"]], | ||
["sd1:DO", "esp:D19", "green", ["h205.65", "v-217.37"]] | ||
], | ||
"dependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Wokwi Library List | ||
# See https://docs.wokwi.com/guides/libraries | ||
|
||
# Automatically added based on includes: | ||
Adafruit GFX Library | ||
|
||
Adafruit ILI9341 |
Oops, something went wrong.