Matthijs Kooijman cb0c50909f Make the LiquidCrystal row offsets uint8_t instead of int
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.
2013-12-18 13:09:48 +01:00
2013-08-08 16:40:55 +02:00
Description
No description provided
270 KiB
Languages
C++ 94.5%
Makefile 5.5%