Add gauge

This commit is contained in:
Armel FAUVEAU
2024-12-23 05:02:56 +01:00
parent 2006ef9820
commit b4099fc1e7
5 changed files with 30 additions and 4 deletions

View File

@@ -43,6 +43,8 @@ void ST7565_WriteByte(uint8_t Value);
#ifdef ENABLE_FEAT_F4HWN
void ST7565_ContrastAndInv(void);
void ST7565_Gauge(uint8_t line, uint8_t min, uint8_t max, uint8_t value);
int16_t map(int16_t x, int16_t in_min, int16_t in_max, int16_t out_min, int16_t out_max);
#endif
#endif