- May 14, 2015
-
-
Ish Gupta authored
Previous commit broke the actual functionality. The code was confusing and worked until the previous commit. The changes make it logically and functionally correct.
-
- May 08, 2015
-
-
newbie15 authored
In my case I had to change it to make my 16x4 LCD work properly Fixes #1333
-
- Apr 23, 2015
-
-
Federico Fissore authored
-
Federico Fissore authored
-
- Mar 27, 2015
-
-
http://semver.org/Federico Fissore authored
-
- Feb 25, 2015
-
-
Federico Fissore authored
-
- Jan 22, 2015
-
-
Federico Fissore authored
-
Arturo Guadalupi authored
-
- Jan 16, 2015
-
-
Arturo Guadalupi authored
-
Cristian Maglie authored
-
- Jan 12, 2015
-
-
Arturo Guadalupi authored
Changedfrom (thisRow, thisCol) to lcd.Setcursor(thisCol, thisRow). It was an error.
-
- Nov 07, 2014
-
-
Cristian Maglie authored
-
- Nov 05, 2014
-
-
Cristian Maglie authored
-
- Jul 24, 2014
-
-
Cristian Maglie authored
-
Cristian Maglie authored
Fix of a bug #2199
-
- Jul 22, 2014
-
-
Amulya Kumar Sahoo authored
-
- Jul 18, 2014
-
-
Fede85 authored
-
- Jul 03, 2014
-
-
Ankit Daftery authored
Adding power connections, just to be thorough
-
- Feb 18, 2014
-
-
Cristian Maglie authored
-
- Dec 18, 2013
-
-
Matthijs Kooijman authored
-
Matthijs Kooijman authored
-
Matthijs Kooijman authored
Previously, the row offsets were hardcoded to the ones used for 20x4 displays (which woudl also work for all 2-line displays). Now, the number of columns given is used to calculate the offsets most likely to apply. For 2-line displays and 20x4 displays, the (used) offsets are completel unchanged. With this change, common 16x4 displays and (if they even exist) other 4-line and 3-line displays might also work (depending on the hardware configuration used, of course). See this page for some info on common LCD sizes and configurations encountered in practice: http://web.alfredstate.edu/weimandn/lcd/lcd_addressing/lcd_addressing_index.html
-
Matthijs Kooijman authored
Before, the row value was maximized against _numlines already, but the value from _numlines is not limited anywhere, so it could be longer than the length of _row_offsets. This check makes sure the array bounds is never exceeded.
-
Matthijs Kooijman authored
Since these are memory addresses, there is no need to make them signed. Furthermore, the HD44780 chip supports memory addresses up to 0x67, so uint8_t shouldbe sufficient.
-
Mark Sproul authored
Original commit by Mark Sproul, but cleaned up by Matthijs Kooijman.
-
- Nov 12, 2013
-
-
Cristian Maglie authored
Conflicts: build/shared/examples/02.Digital/BlinkWithoutDelay/BlinkWithoutDelay.ino build/shared/examples/09.USB/Keyboard/KeyboardMessage/KeyboardMessage.ino libraries/LiquidCrystal/examples/CustomCharacter/CustomCharacter.ino libraries/SD/examples/listfiles/listfiles.ino
-
- Nov 11, 2013
-
-
Scott Fitzgerald authored
moved lcd.begin() to the beginnng of the setup() and fixed an issue that prevented the example from compiling. When calling lcd.write() with an argument of 0, the 0 must be cast a s a byte.
-
- Oct 21, 2013
-
-
Federico Fissore authored
-
Federico Fissore authored
-
- Aug 08, 2013
-
-
Cristian Maglie authored
-
- Jun 26, 2013
-
-
Fede85 authored
-
- Dec 10, 2012
-
-
Federico Fissore authored
-
- Sep 03, 2012
-
-
Cristian Maglie authored
-
- May 23, 2012
-
-
Cristian Maglie authored
-
- Apr 11, 2012
-
-
Federico Vanzati authored
-
- Jan 04, 2012
-
-
Cristian Maglie authored
Moved libraries folder inside platform folder. Now libraries and examples are searched per board/platform
-
- Oct 27, 2011
-
-
Zach Eveland authored
This reverts commit df9835efafd13685251749bc210c0b96a18a96a5, reversing changes made to ec45af8bfa9222a807c075dd1db4b5aa798bba03. Conflicts: hardware/arduino/variants/mega/pins_arduino.h libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino
-
Zach Eveland authored
Conflicts: app/src/processing/app/Editor.java app/src/processing/app/Sketch.java build/shared/examples/4.Communication/SerialCallResponse/SerialCallResponse.pde build/shared/lib/theme/theme.txt hardware/arduino/cores/arduino/HardwareSerial.h hardware/arduino/cores/arduino/Print.cpp hardware/arduino/cores/arduino/WString.h hardware/arduino/variants/mega/pins_arduino.h libraries/Ethernet/examples/PachubeClient/PachubeClient.ino libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino libraries/Firmata/examples/EchoString/EchoString.ino libraries/SD/File.cpp libraries/SoftwareSerial/SoftwareSerial.cpp libraries/SoftwareSerial/SoftwareSerial.h libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino libraries/SoftwareSerial/keywords.txt
-
- Oct 10, 2011
-
-
- Sep 08, 2011
-
-