g4klx / MMDVMHost

The host program for the MMDVM
GNU General Public License v2.0
378 stars 274 forks source link

Only the upper half of the MMDVM Logo scrolls (OLED) #708

Open simo00000 opened 3 years ago

simo00000 commented 3 years ago

Hello, I am using pistar with a 1.3" OLED and noticed that only the upper half of the MMDVM logo scrolls. looking at the code, I was wondering if "OLED_statusbar() {... if (m_displayScroll) m_display.startscrollleft(0x00,0x01);}" call should actually pass (0x00, 0x02) due to the logo's height. I have not looked at the code in details so I could be way off. Thanks Simo