Initial Commit
This commit is contained in:
17
include/Bitmaps.h
Normal file
17
include/Bitmaps.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef BITMAPS_H
|
||||
#define BITMAPS_H
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
const uint8_t teamLogoBitmap[] = {
|
||||
0b11100111,
|
||||
0b11000011,
|
||||
0b10100101,
|
||||
0b00011000,
|
||||
0b00011000,
|
||||
0b10100101,
|
||||
0b11000011,
|
||||
0b11100111
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user