diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2016-06-10 09:21:03 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2016-06-10 09:21:03 +1000 |
commit | 34a126726ecf78ee5e9438c992cccc8fe7b6c0e8 (patch) | |
tree | a58fa8a11014c157c7ec0c6d2e56b2ae3b3afa0b | |
parent | 3436b24cb126c409ceb2bb1be9f2e33fe40f6271 (diff) | |
download | 2021-arduino-obd-34a126726ecf78ee5e9438c992cccc8fe7b6c0e8.tar.gz 2021-arduino-obd-34a126726ecf78ee5e9438c992cccc8fe7b6c0e8.tar.bz2 2021-arduino-obd-34a126726ecf78ee5e9438c992cccc8fe7b6c0e8.zip |
Updated MultiLCD library
-rw-r--r-- | libraries/MultiLCD/R61581.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/MultiLCD/R61581.cpp b/libraries/MultiLCD/R61581.cpp index ed5fd94..b51bb36 100644 --- a/libraries/MultiLCD/R61581.cpp +++ b/libraries/MultiLCD/R61581.cpp @@ -302,6 +302,7 @@ size_t LCD_R61581::write(uint8_t c) m_x += 9; } Disable(); + return 1; } void LCD_R61581::writeDigit(byte n) |