orhanyor

Results 7 comments of orhanyor

have you tried this https://github.com/jrowberg/i2cdevlib/issues/519#issuecomment-752023021

> Hello, > it would be nice if you can support Adafruit nrf52840 express feater, too > > Marc what is the difference in adafruit boards? considering they have the...

i found a work around, i modified the .tff file with editor, deleted the letters and it worked. but would have been nice if we could select only number while...

> I am trying to use the library with an 80x160 0.96 display (IPS LCD), obviously this is currently an un-supported device in the library, however it does work with...

i was wondering about overclocking SPI speed too. i found this SPI speed related info on here : https://learn.adafruit.com/adafruit-feather-m4-express-atsamd51?view=all Look for "Max SPI and Max QSPI" in the article. this...

> `GFXcanvas1 canvas(width, height);` > > Then draw into 'canvas' same way you would the screen (all the same graphics primitives work - fillScreen(), print(), etc.). Colors are 0 for...

if you add this line to your user setup it should work. #define RP2040_PIO_SPI I had the same problem here https://github.com/Bodmer/TFT_eSPI/issues/3252