Commit Graph
104 Commits
Author SHA1 Message Date
piccaso 1ed80af4e1 Include <util/atomic.h> only for AVR 2012-03-04 18:08:34 +01:00
FMC eea7eb40ec Added critical section to SR_LCD3 wire latching library. 2012-03-04 13:37:15 +01:00
FMC 9f4e1553a5 closes #13 - rename private variable for LCD bit-mask pin.
closes #15 - comments added to header files and method descriptions.
closes #16 - added critical sections to fastIOs and associated usage on the LiquidCrystal_SR class.
ref #14 - partially closed pending review.
2012-03-04 13:24:46 +01:00
FMC 6b73f540e6 Added tag V 1.2.0 for changeset 1cf625ca9242 2012-02-28 20:03:59 +01:00
FMC 13860089b8 Release 1.2.0 merged to default branch. V_1.2.0 2012-02-28 19:56:32 +01:00
FMC 311748e5c4 Added new files to documentation. 2012-02-28 19:53:08 +01:00
FMC 1017d2409c Added documentation for main 1.2.0 Release. 2012-02-28 19:52:27 +01:00
FMC 46a1072105 Merged 1.2.0 with main project branch for release. 2012-02-28 19:50:05 +01:00
FMC b29cb7f787 Main release preparation for version 1.2.0.
Tested with 4BIT, I2C and 2 WIRE SR.
2012-02-28 19:45:04 +01:00
FMC dca5a87ac9 Added moveCursorRight and moveCursorLeft generic methods to interface as an extension to the library. 2012-02-21 22:00:39 +01:00
FMC dc542e965d Added tag V 1.2.0_RC1 for changeset 27d0969ed231 2012-02-18 22:42:25 +01:00
FMC 8c40a04cc6 Removed tag V 1.0.7_RC1 2012-02-18 22:41:22 +01:00
FMC 34ba7489d6 Removed tag V 1.0.2_RC1 2012-02-18 22:41:10 +01:00
FMC 5690db163c Merged branches. 2012-02-18 22:39:09 +01:00
FMC cee7fad69f Added tag V 1.2.0_RC1 for changeset cdf9b4eb0556 2012-02-18 22:18:06 +01:00
FMC 4213743bfa Added tag V 1.2.0_RC1 for changeset 9a1bd27980a5 V_1.2.0_RC1 2012-02-18 22:16:09 +01:00
FMC 4a734f66e0 Added tag V 1.0.2_RC1 for changeset 66821a8054ea 2012-02-18 22:15:36 +01:00
FMC bc035ad343 Added tag V 1.2.0_RC1 for changeset 2ec4883f118b V_1.0.2_RC1 2012-02-18 22:15:10 +01:00
FMC c9765d2a62 Added tag V 1.0.7_RC1 for changeset 2ec4883f118b 2012-02-18 22:12:47 +01:00
FMC 78fbe31f6f Upgraded LCD API to 1.1.0 and prepared for RC1 V_1.0.7_RC1 2012-02-18 22:11:46 +01:00
FMC 0631ac2ce0 Added tag V 1.2.0_RC1 for changeset 9e1f2d102855 2012-02-18 22:05:30 +01:00
FMC 07ecbc2d79 Added tag V 1.2.0_RC1 for changeset e50134192c96 2012-02-18 22:05:02 +01:00
FMC cbee2282fc Upgraded LCD API to 1.1.0 2012-02-18 22:04:13 +01:00
FMC ff1c21b4a9 Added tag V 1.2.0_RC1 for changeset e1485608a8fc 2012-02-18 22:01:40 +01:00
FMC 0de11bd66f Added LCD backlight support for I2C and 4BIT. This is in preparation for Rel 1.2.0. 2012-02-18 21:47:18 +01:00
FMC 6ce81a0a42 Moved private methods to their section. 2012-02-18 20:33:43 +01:00
FMC e1f1cc4e9a Added backlight control through library. 2012-02-18 20:29:41 +01:00
FMC 268a1a0e9d Added tag V 1.1.7.1 for changeset 7631ac7cc81e 2012-02-18 19:02:07 +01:00
FMC 9d07b08020 Corrected header file to avoid library example errors. 2012-02-18 19:00:14 +01:00
FMC 89fb18c8d2 Added support and control methods to control backlight. 2012-02-18 18:45:16 +01:00
FMC b6db8cff98 Adding backlight support to base classes. 2012-02-18 13:25:57 +01:00
FMC ba404bfd56 Removed comments from main LCD class. 2012-02-12 23:26:24 +01:00
FMC 311293888a Added larger initialization delay on base LCD class.
Added some comments for the LiquidCrystal_SR_LCD3.
2012-02-12 21:41:52 +01:00
FMC 1fba6c5f5c New files added in documentation for FastIO. 2012-02-12 21:41:11 +01:00
FMC 2183b5f8b0 Added documentation for Release 1.2.0 2012-02-12 21:39:55 +01:00
piccaso 2e4621ac83 removed unused write4bits from SR
updated keywords
unified examples extension
2012-02-10 18:00:08 +01:00
piccaso 6c23151848 removed definition of unused variables and some "double qoutes" 2012-02-10 08:33:06 +01:00
fmc b8ec83c6c7 Minor rework of header files. 2012-02-10 16:00:51 +01:00
fmc 813efcb22b Minor changes. 2012-02-10 15:24:54 +01:00
fmc a702b5a9b9 Minor code comments to align coding style for all the libraries.
Created rel 1.2.0 preparation branch.
2012-02-10 14:48:24 +01:00
FMC 55b7c35981 Added doble quites back to the project. 2012-02-09 23:03:26 +01:00
FMC 0693e53702 Pulled in fast mode back into the project but added delays to createChar method to cater for slow LCDs. 2012-02-09 22:58:28 +01:00
piccaso d79711e45b Link to cascading example 2012-02-09 08:44:41 +01:00
flo 32a9ba26d4 Shift1 cascading support 2012-02-06 09:25:32 +01:00
FMC 750fc7b712 Begin method has been implemented in the top parent LCD class. The different ports now only have to provide methods to initialize the device driving the LCD, provide methods for the specifics to write to the LCD device.
The begin method can be overloaded if necessary to initialize any HW that is implemented by a library and can't be done during construction.
2012-02-08 23:33:57 +01:00
FMC 496ad33fc5 Added documentation and corrected includes for the Arduino iDE. 2012-02-05 12:37:46 +01:00
FMC 8fa0cb0236 Merged fastIO to main branch for release 1.2.0 2012-02-05 12:30:32 +01:00
FMC 0089af0bae Added tag V 1.1.7 for changeset df4563d57b5c 2012-02-04 15:12:37 +01:00
FMC aeb140bebb Created documentation for version 1.1.7 V_1.1.7 2012-02-04 15:11:28 +01:00
FMC 12bbee72ca Disable fast mode as default.
The library is a bit slower but it is more portable for slower LCDs.
2012-02-04 14:59:39 +01:00