Commit Graph
11 Commits
Author SHA1 Message Date
fmalpartida 15fb98ee03 Migration to git. 2020-11-24 10:04:03 -08:00
Maarten Segers 8059e37144 LCD_DATA 2016-11-25 21:34:41 +01:00
fmalpartida d459c82711 Corrected example.
Commented out __extern "C" void __cxa_pure_virtual() { while (1); } from LCD.h.
2015-09-15 01:44:32 +02:00
fmalpartida e118bfc47c Resolved #58 Error in SoftI2CMaster usage.
Replaced by: https://github.com/felias-fogg/SoftI2CMaster
2015-09-15 00:51:49 +02:00
fmalpartida 196dfc7b6a Replaced deprecated prog_char by char *. 2015-02-26 22:40:52 +01:00
FMC 871c40467f close #24
Added support to create a character in program memory space. Polymorphism of the createChar general LCD class.
2012-09-23 22:46:04 +02:00
FMC ea8b6d6d06 Added LCD ByVac - supported but not maintained since it is not an open source LCD. 2012-06-20 22:51:21 +02:00
FMC ee54144a55 Version 1.2.1_RC5
Main changes - changes by bperrybap:
- Use LCD_5x8DOTS as default.
- activate backlight in the begin routine.
- minor corrections to the various libraries.
- Fixed incorrect use of 5x10 for default font (now matches original LQ library)
- Fixed typo in SR2W mask define names changed default backlight state to on
- Added support for faster SR_2W mode
2012-04-01 23:14:15 +02:00
FMC 1211ad8e4c Closes #20 - remove wait 1us during interrupt masking in loadSR. Not needed.
Closes #19 - Added support for on/off commands
Closes #18 - Set backlight initial state during initialization to off.
Closes #17 - New SR3W class.
Added documentation for new class
Move some methods for the public interface of the LCD class to private, since they should never be called by the user.
2012-03-16 21:29:45 +01:00
FMC 737c31478d Added backlight control on constructor.
Added support for backlight control using POSITIVE and NEGATIVE logic.
2012-03-08 21:34:37 +01:00
FMC 2837fadc0a Narrowed down critical section usage in the library. 2012-03-06 09:35:55 +01:00