- Aug 10, 2017
-
-
Martino Facchin authored
-
Martino Facchin authored
During the various rebases a \n got lost :(
-
- Jul 25, 2017
-
-
Martino Facchin authored
-
Martino Facchin authored
-
agdl authored
Like requested in https://github.com/arduino/Arduino/issues/5455
-
- Jan 23, 2017
-
-
Arturo Guadalupi authored
Update CustomCharacter.ino
-
- Jan 21, 2017
-
-
Isaac100 authored
Added lcd.setCursor(0,0); in CustomCharacter.ino example for LCD, it didn't work without it for me. Also removed unnecessary space.
-
- Mar 08, 2016
-
-
Martino Facchin authored
-
- Mar 01, 2016
-
-
Alice Pintus authored
-
- Oct 28, 2015
-
-
Cristian Maglie authored
-
- Sep 25, 2015
-
-
- Jul 09, 2015
-
-
Martino Facchin authored
fix compatibility with Galileo and Edison
-
- Jul 06, 2015
-
-
Federico Fissore authored
-
- Jul 02, 2015
-
-
Calvin Park authored
-
- May 20, 2015
-
-
Federico Fissore authored
Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191
-
- 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.
-