tbillion

Results 6 issues of tbillion

``` Arduino: 1.8.19 (Linux), Board: "Raspberry Pi Pico, 2MB (Sketch: 1536KB, FS: 512KB), 133 MHz, Fast (-Ofast) (maybe slower), Disabled, Disabled, Disabled, Disabled, None, Pico SDK" In file included from...

To minimise effort to resolve issues the following should be provided as a minimum: 1. A description of the problem and the conditions that cause it to occur tft.readPixel does...

To do: enhancement

C:\Users\LocalAdmin\Documents\Arduino\libraries\TM16xx_LEDs_and_Buttons\src\TM1630.cpp: In member function 'virtual uint32_t TM1630::getButtons()': C:\Users\LocalAdmin\Documents\Arduino\libraries\TM16xx_LEDs_and_Buttons\src\TM1630.cpp:77:31: error: '_BV' was not declared in this scope 77 | keys_K2 |= ((((received & _BV(1)) >> 1) | ((received & _BV(4)) >>...

bug
question

firstly your library is great! in my use case i have several different input methods and the ttp229 is one of them i needed a way at runtime to check...

was messing with this new to me chat gpt thing and it spits out some pretty good documentation and some useful but incomplete examples... `#include // Create instances of the...

is it planned to port this to pico on the arduino platform?