Paint Your Dragon
Paint Your Dragon
Not related to Actions getting stuck, but on the order-of-includes thing: I’ve noticed that clang-format will re-order includes, always putting quoted items (ostensibly in the local directory) above bracketed items...
Had to ZIP it because Github and file types… [gray-ramp.bmp.zip](https://github.com/adafruit/Adafruit_ImageReader/files/5453551/gray-ramp.bmp.zip)
I think this was discussed in another issue or in the Protomatter source, forget exactly where…absolutely yes this is _possible in theory,_ but every time I’ve tried to implement it...
Yes…I mean…depending if the architecture has such thing as timer channels. I think that was the hangup, that some don’t, it’s been a while and I don’t even remember which...
@riffnshred Not in CircuitPython at present, since it builds on this library. If working in Arduino, I’d be surprised if there isn’t a different/better HUB75 library that has the luxury...
Some notes regarding last two items (throttling software bitbang-out speed). Less an issue in the future if we start to optimize with DMA and timers, etc. But for now: NOPs...
Or `_PM_BLAT=(F_CPU * n + (_PM_SOME_CONSTANT / 2)) / _PM_SOME_CONSTANT` if you want to be persnickety and have it round up fractions. In either case, everything’s a constant there and...
Oh also, don’t just go making an “arch” directory willy-nilly, that’ll break when compiling in Arduino IDE. Proper Layout™ for Arduino libs (and note of “arch” being deprecated) is described...
The library this depends on is no longer available through the Arduino Library Manager and _must_ be installed manually: https://forum.arduino.cc/t/why-i-cant-find-the-arduino-tensorflowlite-library-in-library-management/1044070/3 Even if installed manually, it looks like the structure of...
There is no compression in the font data. Each glyph is an uncompressed bitmap, fitted to the individual glyph bounds, rows padded to a byte boundary where necessary (width &...