Yes, I actually am close to getting this display working correctly. I have changed R61581.cpp here and it's not cutting the words off at the first character:
size_t LCD_R61581::write(uint8_t c)
{
/* if (c == '\n') {
m_y += (m_font + 1) << 3;
return 0;
} else if (c == '\r') {
m_x = 0;
return 0 ...
Search found 2 matches
- Wed May 18, 2016 5:52 am
- Forum: Freematics Products
- Topic: Not displaying correctly on LCD_R61581
- Replies: 4
- Views: 12149
- Tue May 17, 2016 2:23 am
- Forum: Freematics Products
- Topic: Not displaying correctly on LCD_R61581
- Replies: 4
- Views: 12149
Not displaying correctly on LCD_R61581
I just got Kit #3 and set it up and compiled the code. The values from the GPS and the OBD-II adapter are displaying. What is not displaying correctly is the initialization screen (Text gets cut off at one the first character) and the main screen that displays the data (characters also get cut off ...