bperrybap

Results 21 issues of bperrybap

The macros i2c_xxx_lo() and i2c_xxx_hi() are not interrupt safe can cause register corruption when the pins being used are in a resister that is also being used by another library...

enhancement

There appears to be some issues with the basic_usage.ino example. It is attempting to use %n with sprintf() and %n has a different meaning. The compiler issues warnings and the...

bug
enhancement

It would be nice if the format strings could be flash strings which are declared using F(). Using format strings in flash can be critical the AVR to keep const...

enhancement

Wouldn't it be possible to create a templated PrintEx class that extends the base class with the new functions rather than creating a parallel class? So that the printf() function...

enhancement

The TimeLib library allows using hour(now()) to get the current hour so it would seem reasonable that local.hour(local.now()) should work as well as hour(now()) (when the local timezone is set...

Currently, there is no way in the existing squareWave() API function to tell it that you want the square wave/INT pin output to work when on battery backup. You currently...

The IDE allows embedding URLs in a sketch which the user can click on that will bring up a browser for the link. On the pre 2.0 IDE, the URL...

type: enhancement
topic: code

https://gitlab.com/tandembyte/LCD_I2C as referenced on the main repository readme is no longer available.

johnrickman, Please add a license file to this repository so that people know the true license of this work. The license must be LGPL 2.1+ This code came from code...

The version number in the library.properties value is 1.1.2 for the 1.1.3 tag