Dev Stream-of-Thought
Using this as a scratchboard for my dev efforts.
Added all the various and sundry dependencies to the legacy code from holy hell 7 years ago?!?
Scanning dependencies...
Dependency Graph
|-- Adafruit GFX Library @ 1.11.11
|-- Adafruit ST7735 and ST7789 Library @ 1.10.4
|-- Adafruit BusIO @ 1.17.0
|-- Adafruit TinyUSB Library @ 3.4.2
|-- Wire @ 1.0
|-- SPI @ 1.0
|-- Keypad @ 3.1.1
|-- extEEPROM @ 3.4.1
|-- Adafruit MPR121 @ 1.1.3
|-- SD @ 1.3.0
|– nRF52_ePaper
Build failed of course.
Clean...
wallet.c:(.text.writeEntireWalletSpace+0xf4): undefined reference to `Software_Reset'
Aight time to do some redactions
OK the damn thing compiles, had to redact some double-refs. And of course remove the main processPacket(); but progress is being made.
Now to graft on the ST7789 code so I can see what is happening...
How does one CORRECTLY craft a C++ .h file? I should know this for real...ok this is not too gnarly, seems most are already correctly done, just a bit of clean up needed.
SO I've got the ST7789 code added, but the .cpp and .h are not giving me any results. Tomorrow will have to just put those routines in main.cpp to establish a baseline for running.