v.0.0.3 LedMatrix::drawChar
This commit is contained in:
@@ -25,12 +25,11 @@ public:
|
||||
~LedMatrix();
|
||||
|
||||
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);
|
||||
uint8_t 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);
|
||||
vector<uint8_t> number_to_bitarray_msb(uint16_t number, int bits = 8, boolean four_bits = false);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user