ST7735 TFT Display Support for daisy seed#680
ST7735 TFT Display Support for daisy seed#680noisehoho wants to merge 4 commits intoelectro-smith:masterfrom
Conversation
|
Neat! But shouldn't the header be in Its a bit odd to see Oopsy documentation here though. Shouldn't that go to the oopsy repo? Also if it's a drop-in replacement for the SSD130x then it should work ootb with Heavy as well? |
|
Seems cool, but definitely a few things to make this merge-able. Setting up "themes" with fore/background colors to maintain compatibility with the existing single color display drivers is nice. As @dromer mentioned, the device driver itself should exist within the library code ( The json for oopsy probably won't work as-is.. It would need to be added to the component_defs.json, and IIRC we don't have custom json/component support for displays in oopsy -- the implementation is hard-coded for the few devices it was added for (patch, field, bluemchen). The README for the example should also be reduced to documenting the example itself. Also, some notes on the example:
Let me know if you have questions, and thanks for contributing! 😄 |
This adds support for ST7735 RGB TFT displays