15 namespace PololuOLEDHelpers {
19 static const uint8_t repeatBitsTable[16] PROGMEM = {
38 static inline uint8_t repeatBits(uint8_t d)
40 return pgm_read_byte(repeatBitsTable + d);
const PROGMEM uint8_t pololuOledFont[][5]
This array defines the appearance of characters 32 through 255.