Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SX1276Lib AdaFruit_RGBLCD MCP23017 mbed
Fork of AdaFruit_RGBLCD by
Diff: LCDadafruit/lcdadafruit.cpp
- Revision:
- 29:0ea07cc7124b
- Parent:
- 25:24654d08a99a
--- a/LCDadafruit/lcdadafruit.cpp Fri Oct 10 11:10:56 2014 +0000 +++ b/LCDadafruit/lcdadafruit.cpp Tue Jun 16 11:53:20 2015 +0000 @@ -40,12 +40,13 @@ } void LCDadafruit::setCursor(uint8_t in_nX, uint8_t in_nY) -{ +{ m_cLCD.setCursor(in_nX,in_nY); } void LCDadafruit::showBlink(bool in_bShow) { + if (in_bShow) m_cLCD.blink(); else m_cLCD.noBlink(); }