| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I guess? I don't really have an overview anymore over the graphics API, so I'm delegating this to our expert @TomSaw… |
Sorry, something went wrong.
|
Hey @mcbridejc. I'm sitting on a complete rewrite of the graphic APIs since 2021. See these these dependent PRs:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Hey want to solicit thoughts on this change, or something like it, @TomSaw, @salkinium.
The ILI9341 driver offers a drawBitmap method, which can take a an Rgb565 bitmap as input, but this is not in the ColorGraphicsDisplay interface, and that's a problem because the ILI9341 has many template arguments so it's awkward to pass a reference to it.
Should we just add this virtual method to ColorGraphicsDisplay?