FIX #60: LCD interference glitch

This commit is contained in:
Krzysiek Egzmont
2023-11-03 01:11:14 +01:00
parent def555678d
commit 72fc4bf52f
3 changed files with 91 additions and 37 deletions

View File

@@ -31,6 +31,7 @@ void ST7565_BlitFullScreen(void);
void ST7565_BlitStatusLine(void);
void ST7565_FillScreen(uint8_t Value);
void ST7565_Init(const bool full);
void ST7565_FixInterfGlitch(void);
void ST7565_HardwareReset(void);
void ST7565_SelectColumnAndLine(uint8_t Column, uint8_t Line);
void ST7565_WriteByte(uint8_t Value);