kemonine
kemonine pushed to master at kemonine/serial_debugger 2020-09-13 06:25:09 +00:00
5b9b5e130e Finalize sd card info screen
kemonine pushed to master at kemonine/serial_debugger 2020-09-13 06:01:59 +00:00
aac97581a7 Add note about sd card formatter to readmet
kemonine pushed to master at kemonine/serial_debugger 2020-09-13 06:01:28 +00:00
d89a0cfbde Finalize implementation of sd card formatter
kemonine pushed to master at kemonine/serial_debugger 2020-09-13 04:35:50 +00:00
3fefcf7e34 Start work on dedicated sd card formatter program
kemonine pushed to master at kemonine/serial_debugger 2020-09-13 03:08:23 +00:00
4639aa70ab Add vscode config that's surfaced suddenly
kemonine pushed to master at kemonine/serial_debugger 2020-09-13 03:07:48 +00:00
6682216430 Adjust configs so buttons work again, disable debugging, tweak spi clock rate for sd card
kemonine pushed to master at kemonine/serial_debugger 2020-09-13 03:01:09 +00:00
bbc2eb56a7 Remove unneeded guislice tweak
kemonine pushed to master at kemonine/serial_debugger 2020-09-13 02:59:24 +00:00
7a0e3634bc Update UI to be more consistent, further implementation of sd card page / pop-up
kemonine pushed to master at kemonine/serial_debugger 2020-09-13 02:22:12 +00:00
0a35c797a8 Turn off touch screen as it's no longer setup or used
kemonine pushed to master at kemonine/serial_debugger 2020-09-13 01:11:10 +00:00
2569af4ff5 Add additional fonts
kemonine pushed to master at kemonine/serial_debugger 2020-09-13 00:06:02 +00:00
89e83c277e Start implementation of SD Card info screen
kemonine pushed to master at kemonine/serial_debugger 2020-09-12 22:14:43 +00:00
2db44b6849 Update so sd card via sdfat initializes correctly
kemonine opened issue kemonine/serial_debugger#17 2020-09-12 21:30:36 +00:00
SD Card To Do
kemonine closed issue kemonine/serial_debugger#16 2020-09-12 21:29:19 +00:00
sd card setup for config storage
kemonine commented on issue kemonine/serial_debugger#16 2020-09-12 21:29:19 +00:00
sd card setup for config storage

Moving to a dedicted ticket for sd card related items

kemonine closed issue kemonine/serial_debugger#6 2020-09-12 21:28:52 +00:00
SD Card Setup for wiring diagrams
kemonine pushed to master at kemonine/serial_debugger 2020-09-12 21:21:27 +00:00
e8a53866b1 Add indicator that the board is initializing in case something goes wrong with the init sequence -- most likely due to a bad sd card formatting / missing sd card
kemonine pushed to master at kemonine/serial_debugger 2020-09-12 20:52:03 +00:00
450c4aeb9c Bring in SdFat lib, turn on sd config in GUI Slice
kemonine commented on issue PiFrame/piframe#52 2020-09-12 19:25:33 +00:00
Reboot notification breaks fim output

The unattended-upgrade package calls the shutdown command without the --no-wall option which means no matter what users will get a wall which craps up fim.

The only way to work around this is to patch the unattended-upgrade command or somehow make it so shutdown never calls wall.

Neither is a good option so we're marking this as wontfix because there is really nothing we can do.

The good news is after a reboot things go back to normal.

kemonine closed issue PiFrame/piframe#52 2020-09-12 19:25:33 +00:00
Reboot notification breaks fim output