diff --git a/ui/helper.h b/ui/helper.h index 1b341c7c8..d915b4c93 100644 --- a/ui/helper.h +++ b/ui/helper.h @@ -29,7 +29,6 @@ void UI_PrintStringSmall(const char *pString, uint8_t Start, uint8_t End, uint8_ #endif void UI_PrintStringSmallBuffer(const char *pString, uint8_t *buffer); void UI_DisplayFrequency(const char *string, uint8_t X, uint8_t Y, bool center); -#endif void UI_DisplayPopup(const char *string); @@ -37,3 +36,4 @@ void UI_DrawPixelBuffer(uint8_t (*buffer)[128], uint8_t x, uint8_t y, bool black void UI_DrawLineBuffer(uint8_t (*buffer)[128], int16_t x1, int16_t y1, int16_t x2, int16_t y2, bool black); void UI_DrawRectangleBuffer(uint8_t (*buffer)[128], int16_t x1, int16_t y1, int16_t x2, int16_t y2, bool black); +#endif