David B. Bitton

Results 18 comments of David B. Bitton

I _think_ I solved the problem. I'm switching to a Pro Micro with a 32u4 proc. AltSoftSerial runs on Timer3 for that MCU. Thanks.

I went back to the library and I think `lcdOut.h` and the `cursorOut` base class are more appropriate for what I'm doing based on the fact that the target device...

In looking at the implementation of `Write` in the Arduino core, ``` /* default implementation: may be overridden */ size_t Print::write(const uint8_t *buffer, size_t size) { size_t n = 0;...

@neu-rah what about `setCursor`? Will that be called? Does occur in the `cursorOut` base class?

Is the code calling `fill`? That does call SetCursor and Write.

All the Jetibox has for nav is four buttons; up, down, left, and right. For example if you change a choice, you would navigate to the end then press the...

Obviously I'll help.

I'm using a Mini Pro with a 328p. However I can use anything. I am looking at the SAMD51G19A now. Then arduino-core for the D51 was just released.

Sounds great. I'll keep an eye out.

I can. I found that if I set the paginate value to 1000, it'll load everything.