#ifndef SMART_ALARM_BELL_H #define SMART_ALARM_BELL_H #include struct bell_image_t{ uint8_t width; uint8_t height; uint8_t pixel_data[64 * 64 * 2 + 1]; }; extern const struct bell_image_t bell_image; #endif //SMART_ALARM_BELL_H