Mark Lentczner
Mark Lentczner
the new build doesn't look at "preinstalled" packages at all it uses the GHC bindist, which, I suppose, might not have profiling libs... which would be reasonable to detect in...
Sadly, I think there is another problem with `micros()`: The implementation ends with: ```C++ return ((count+pend) * 1000) + (((SysTick->LOAD - ticks)*(1048576/(VARIANT_MCK/1000000)))>>20) ; ``` The idea is `count + pend`...
oops - okay, documentation for the added things coming in a day or two....
I have rebased this CL set to top of master... and fixed all the clang-format and doxygen issues.
of relevance would be my pull request #165 - which pulls most the SPI and I2C code into one place in the implementation. This well might make an easier jumping...
Please see my extensive comment in #190 Adafruit_GFX (and by extension Adafruit_SSD1306) _does_ bring characters with umlauts. The Issue is that you are using the wrong encoding.
This code does not achieve the desired result in a reasonable way, and makes the API confused. ### Background The Adafruit_GFX library (not this library) is responsible for mapping characters...
I know why! See https://github.com/adafruit/Adafruit_FreeTouch/issues/17 for full details of how FreeTouch code affects DMA. The copy of FreeTouch in Circuit Playground has the same issue. This sketch demonstrates the issue...
I did a preliminary hunt for where that `READREQ` register might be... Alas I don't have a set up to observe QTouch's bus access patterns that might give us clue....
Fixed as of https://github.com/mzero/amidiminder/commit/62049f4bd6caee692959b594de1ce2672b75f1c7