Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
5d01111db1 | ||
|
d8436069f2 | ||
|
143b5a1cb3 | ||
|
24a5d3a28b | ||
|
08a58359e0 |
@@ -9,7 +9,7 @@
|
||||
#define printIIC(args) Wire.write(args)
|
||||
inline size_t LiquidCrystal_I2C::write(uint8_t value) {
|
||||
send(value, Rs);
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
#else
|
||||
@@ -312,4 +312,4 @@ void LiquidCrystal_I2C::draw_horizontal_graph(uint8_t row, uint8_t column, uint8
|
||||
void LiquidCrystal_I2C::draw_vertical_graph(uint8_t row, uint8_t column, uint8_t len, uint8_t pixel_row_end){}
|
||||
void LiquidCrystal_I2C::setContrast(uint8_t new_val){}
|
||||
|
||||
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
name=LiquidCrystal_I2C
|
||||
version=1.1
|
||||
author=Marco Schwartz
|
||||
name=LiquidCrystal I2C
|
||||
version=1.1.2
|
||||
author=Frank de Brabander
|
||||
maintainer=Marco Schwartz <marcolivier.schwartz@gmail.com>
|
||||
sentence=A library for DFRobot I2C LCD displays.
|
||||
paragraph=A library for DFRobot I2C LCD displays. It allows to control DFRobot I2C displays with commands similar to the Arduino LiquidCrystal library.
|
||||
sentence=A library for I2C LCD displays.
|
||||
paragraph= The library allows to control I2C displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.
|
||||
category=Display
|
||||
url=https://github.com/marcoschwartz/LiquidCrystal_I2C
|
||||
architectures=*
|
||||
architectures=avr
|
||||
|
Reference in New Issue
Block a user