Tyeth Gundry
Tyeth Gundry
This needs a bit of rethinking, to account for external displays etc, but working initially combined with https://github.com/adafruit/Adafruit-ST7735-Library/pull/220
Initially updated just the ST7789 to support ExpanderPin arguments to the constructor, which calls through ST77xx and Adafruit_GFX/Adafruit_SPITFT. [Arduino Nesso-N1](https://docs.arduino.cc/hardware/nesso-n1) uses the ST7789P3, with various offsets, reference https://github.com/m5stack/M5GFX/blob/master/src/M5GFX.cpp#L2154-L2262 Probably needs...
Fixes up the readme to use correct links
Initialize I2C and SPI interface pointers to NULL.
Hey, just getting the ball rolling on this, what would be the difficulty in adding support for this PR: https://github.com/MarlinFirmware/Marlin/pull/24247 It effectively adds support for github.com/3dchameleon/3DChameleonMk4 https://www.3dchameleon.com/ I haven't looked...
Loading using the touchscreen this file shows 0 bed and extruder temps, then when it comes to running the job and processing the gcode it didn't change the bed temp,...
### Checklist - [x] Checked the issue tracker for similar issues to ensure this is not a duplicate - [x] Read the documentation to confirm the issue is not addressed...
I'm looking for feedback, I've added the partition reader to esptool-js, along with the ability to download flash data. Test it here: https://tyeth.github.io/read-partitions-esptool-js/ Ideally I want to have a littlefs...