Hexiwear Program for my Hackster Hexiwear contest entry
Dependencies: Hexi_OLED_SSD1351
images.h
- Committer:
- keithm01
- Date:
- 2016-09-15
- Revision:
- 0:6bb49e7332b4
File content as of revision 0:6bb49e7332b4:
#include "stdint.h"
extern const uint8_t border_bmp[11910];
extern const uint8_t lock_bmp[11910];
extern const uint8_t unlock_bmp[11910];
extern const uint8_t alarm_bmp[11910];
Keith Mitchell