v.0.0.2 number_to_bitarray_msb
This commit is contained in:
@@ -26,8 +26,11 @@ public:
|
||||
|
||||
void drawPixel(int x, int y, CRGB color);
|
||||
void drawChar(int x, int y, char c, CRGB color);
|
||||
void _drawChar_(int x, int y, char c, CRGB color);
|
||||
// Draw text string
|
||||
void drawText(int x, int y, const char *text, CRGB color);
|
||||
|
||||
vector<uint8_t> number_to_bitarray_msb(uint16_t number, int bits = 8);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user