Holger Wirtz
ccb0102aa8
Additions for "Plus" version and some small renaming parts.
7 years ago
marcoschwartz
5c0be63b8d
Merge pull request #24 from maduperera/master
...
Removed lcd.init()
7 years ago
madusha perera
ea17a6c521
Removed WIre.h import
...
This is already has been included in the LiquidCrystal_I2C.h file. This will make the loader to load the same file twice to the microController.
Will give bad practice to novice programmers. :)
7 years ago
madusha perera
db9488aa8d
Removed lcd.init()
...
Redundant code.
Might confuse novice programmers.
:)
7 years ago
marcoschwartz
58ed0d481a
Merge pull request #19 from Pigeo/patch-1
...
No more irrelevant compiler warnings :-)
7 years ago
marcoschwartz
cd2552708e
Merge pull request #13 from meridani/master
...
16 to 15
7 years ago
marcoschwartz
4d7e3ee1d3
Merge pull request #21 from cwt137/add-platform
...
Add platform espressif8266
7 years ago
marcoschwartz
311e58c97d
Merge pull request #23 from mateusz-szafraniec/master
...
workaround for WEH001602 (WS0010 based) OLED display
7 years ago
Mateusz Szafraniec
ab4234c36c
version bump, again
7 years ago
Mateusz Szafraniec
dcbed4653c
version bump
7 years ago
Mateusz Szafraniec
88e1a4b9ec
not needed
7 years ago
Mateusz Szafraniec
6aa5b8b47a
workaround for WEH001602 (WS0010 based) display
7 years ago
Christopher Thomas
f06bbe238e
Add platform espressif8266
7 years ago
Pierre-Aurélien Georges
6c677e31d3
No more irrelevant compiler warnings :-)
...
Added a "#pragma GCC diagnostic push/ignored/pop" around unsupported API functions, to avoid compiler warnings.
7 years ago
Meridani
4e845ba553
16 to 15
9 years ago
marcoschwartz
4bb48bd648
Merge pull request #8 from ortegafernando/master
...
Now, createChar function can use PROGMEM charmap
9 years ago
ortegafernando
8f29f18fd3
Now, createChar function can use PROGMEM charmap
9 years ago
ortegafernando
072347ee32
Now, createChar function can use PROGMEM charmap
9 years ago
ortegafernando
291335a765
Update LiquidCrystal_I2C.cpp
9 years ago
marcoschwartz
9a4e33e6cd
Update library.properties
9 years ago
marcoschwartz
5d01111db1
Merge pull request #5 from cmaglie/fix-write
...
Fixed wrong return value for ::write() method
9 years ago
Cristian Maglie
d8436069f2
Upgrading library patch version
9 years ago
Cristian Maglie
143b5a1cb3
Fix incorrect Print.write() return value.
...
The write method must return the number of byte successfully written
(1 in this case).
This fixes the library with the latest AVR core that stops writing
on error:
25d81c98e4
Without this patch the LCD shows only the first charater of a string.
9 years ago
marcoschwartz
24a5d3a28b
Merge pull request #2 from Avamander/patch-1
...
Update library.properties
9 years ago
Avamander
08a58359e0
Update library.properties
...
Fixed a few issues with the libraries.properties file.
9 years ago
marcoschwartz
58667b65e5
initial commit
9 years ago
marcoschwartz
e1d40982d3
initial commit
9 years ago
marcoschwartz
173196c9e6
Initial commit
9 years ago