Commit Graph
186 Commits
Author SHA1 Message Date
fmalpartida 6375c81149 Updated readme 2020-11-24 10:12:40 -08:00
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
Jarek Zgoda 1a287c0b34 Update PlatformIO manifest - ESP8266 platform supported 2016-10-11 10:36:03 +02:00
Valeriy Koval 55157a619b Add PlatformIO Library Registry manifest file 2016-03-07 20:11:48 +02:00
F Malpartida 5318cc1115 Merged in malachib/new-liquidcrystal/attiny85 (pull request #4)
Attiny85 enabled
2016-03-06 20:45:28 +01:00
Malachi Burke (malachi burke b3c880ef0f Adding TinyWireM subrepo, using Spence Konde's fork as it seems far more maintained
than the official Adafruit branch
2016-03-06 11:10:38 -08:00
fmalpartida e74e5138ca Fixes #67. Error in class constructor. 2016-03-06 19:21:23 +01:00
malachib c321c85fa4 Using TinyWireM when ATtiny is detected 2016-03-01 00:59:22 -08:00
GIPdA 564d60266a Fixed compilation errors on Arduino Due. 2016-02-23 18:37:25 +01:00
fmalpartida 37b85e12ce Added tag V 1.3.4 for changeset 144fddd7979d 2015-10-24 10:57:49 +02:00
fmalpartida 345061d9b0 Aligned to 8 bit I2C addresses. V_1.3.4 2015-10-24 10:48:45 +02:00
fmalpartida f6161c798d Added tag V 1.3.3 for changeset 59c60fbefe8d 2015-10-03 18:56:29 +02:00
fmalpartida 458980df4f Included _BV macro in FastIO.h for inclusion during compilation. V_1.3.3 2015-10-03 18:55:09 +02:00
fmalpartida 4d309161b3 Added tag V 1.3.2 for changeset 6e2da8cb3ba9 2015-09-20 13:53:39 +02:00
fmalpartida d17edc7e1e Resolves #45.
Addressed not being able to use the DUE on bit bang I2C.
V_1.3.2
2015-09-20 13:38:02 +02: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
F Malpartida eee31dacbf README.md edited online with Bitbucket 2015-09-14 23:34:29 +00:00
fmalpartida 2bca69b192 Added tag V 1.3.1 for changeset fc43ac91ab9c 2015-09-15 00:56:09 +02:00
fmalpartida e118bfc47c Resolved #58 Error in SoftI2CMaster usage.
Replaced by: https://github.com/felias-fogg/SoftI2CMaster
V_1.3.1
2015-09-15 00:51:49 +02:00
fmalpartida 2b20b9e616 Added SI2C example (HelloWorld_si2c) to the library. 2015-09-14 22:28:24 +02:00
F Malpartida 5af1dbd992 README.md edited online with Bitbucket 2015-09-13 19:51:36 +00:00
F Malpartida 35854fcd7c README.md edited online with Bitbucket 2015-09-13 19:51:04 +00:00
F Malpartida b74e2e7f7f README.md edited online with Bitbucket 2015-09-13 19:44:59 +00:00
F Malpartida d51b4d04dc README.md edited online with Bitbucket 2015-09-13 19:43:38 +00:00
F Malpartida 8072264cba README.md edited online with Bitbucket 2015-09-13 19:42:23 +00:00
F Malpartida 16b47892c9 README.md edited online with Bitbucket 2015-09-13 19:40:53 +00:00
F Malpartida 83f045a520 README.md edited online with Bitbucket 2015-09-13 19:39:53 +00:00
F Malpartida eb6e82c6b5 README.md edited online with Bitbucket 2015-09-13 19:31:17 +00:00
F Malpartida 538dc685f7 README.md edited online with Bitbucket 2015-09-13 19:30:24 +00:00
fmalpartida bb06d0d035 Added tag V 1.3.0 for changeset eab837be9770 2015-09-13 21:07:30 +02:00
fmalpartida 4535421d88 Inclusion of the SoftI2CMaster library to control I2C devices via bit banging. V_1.3.0 2015-09-13 21:05:59 +02:00
fmalpartida b3cba1a04c Updated documentation for publishing Release 1.3.0.
Included bug fixes and inclusion of
2015-09-13 20:47:59 +02:00
fmalpartida 5539b7b9bf Included support for SoftI2C library. 2015-09-09 22:55:04 +02:00
fmalpartida 0a0d34be34 Fixed compilation error for I2C library. Closes #51 and Closes #55. 2015-05-12 23:26:26 +02:00
fmalpartida c7010d013f Updated and corrected minor but that caused firmware to hang if LCD not present and trying to initialise it and use it.
Updated documentation for SR 3 Wire.
2015-03-14 17:47:34 +01:00
fmalpartida 4d2be4cdfd Updated patch to work with Arduino IDE 1.5 and above.
Using: digitalPinHasPWM and digitalPinToTimer.
2015-02-27 19:38:56 +01:00
fmalpartida c21bff22f4 Updated header file. 2015-02-26 22:44:01 +01:00
fmalpartida 196dfc7b6a Replaced deprecated prog_char by char *. 2015-02-26 22:40:52 +01:00
fmalpartida e61593d354 Added tag V 1.2.2 for changeset c0432608719b 2014-05-24 19:06:18 +02:00
fmalpartida 3cd4b5d108 Close #45
Added _BV macro to LCD.h, this macro is normally defined by Atmel in its library. The macro is very dependent from Atmel.

REMARK: This fix will not fix being able to compile this library as the Arduino IDE has broken a range of base support operation on the DUE. For example: digitalPinToTimer()

This library has not even been ported nor tested with Arduino 1.5
V_1.2.2
2014-05-24 19:00:33 +02:00
FMC 250fc39303 Added 1W SR documentation. 2013-08-03 22:41:41 +02:00
FMC 7a4e90b3ae Added SR 1 wire control to the main system repo. 2013-08-03 21:38:10 +02:00
FMC 4a46a6db0c Merged branches. 2013-08-03 21:17:22 +02:00
FMC fd13dab24d Modified the file to the be compatible for Arduino SDK 1.0.5 2012-12-16 22:05:31 +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 642b9257fd Close #22 - incorrect usage of Arduino Wire I2C library in ByVac I2C module. 2012-09-13 22:16:40 +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 3d79685b33 Added 1us delay for faster IO, it is currently border line. 2012-04-15 00:23:07 +02:00
FMC 42bd46dd1f Added tag V 1.2.1 for changeset eac3d34ed9dd 2012-04-05 18:18:50 +02:00