0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

st7565: Make ST7565_WriteByte static aka local to file

This commit is contained in:
Wouter van Gulik
2023-10-11 08:56:24 +02:00
parent b087ed5502
commit 101297b3a0
2 changed files with 3 additions and 3 deletions

View File

@ -33,11 +33,9 @@ void ST7565_FillScreen(const uint8_t Value);
void ST7565_Init(const bool full);
void ST7565_HardwareReset(void);
void ST7565_SelectColumnAndLine(const uint8_t Column, const uint8_t Line);
void ST7565_WriteByte(const uint8_t Value);
#ifdef ENABLE_CONTRAST
void ST7565_SetContrast(const uint8_t value);
uint8_t ST7565_GetContrast(void);
#endif
#endif