Refactoring

This commit is contained in:
Armel FAUVEAU
2024-02-07 01:52:08 +01:00
parent fc4b82e1d5
commit 9691e9ab7b
4 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ void ST7565_SelectColumnAndLine(uint8_t Column, uint8_t Line);
void ST7565_WriteByte(uint8_t Value);
#ifdef ENABLE_FEAT_F4HWN
void ST7565_Contrast(void);
void ST7565_ContrastAndInv(void);
#endif
#endif