Hexiwear oled display from KDS3
Dependencies: Hexi_OLED_SSD1351
resources/notification.h@0:cdbd5046f3d8, 2017-09-13 (annotated)
- Committer:
- i_am_kitsune
- Date:
- Wed Sep 13 04:39:40 2017 +0000
- Revision:
- 0:cdbd5046f3d8
Hexiwear Display
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
i_am_kitsune | 0:cdbd5046f3d8 | 1 | #pragma once |
i_am_kitsune | 0:cdbd5046f3d8 | 2 | |
i_am_kitsune | 0:cdbd5046f3d8 | 3 | #include <stdint.h> |
i_am_kitsune | 0:cdbd5046f3d8 | 4 | |
i_am_kitsune | 0:cdbd5046f3d8 | 5 | |
i_am_kitsune | 0:cdbd5046f3d8 | 6 | // resources |
i_am_kitsune | 0:cdbd5046f3d8 | 7 | extern const uint8_t gui_notifications_screen_bmp[ 18438 ], |
i_am_kitsune | 0:cdbd5046f3d8 | 8 | gui_notifications_mainScreen_bmp[ 18438 ]; |
i_am_kitsune | 0:cdbd5046f3d8 | 9 | |
i_am_kitsune | 0:cdbd5046f3d8 | 10 | extern const uint8_t gui_notifications_mail_white_bmp[646]; |
i_am_kitsune | 0:cdbd5046f3d8 | 11 | extern const uint8_t gui_notifications_sms_white_bmp[516]; |
i_am_kitsune | 0:cdbd5046f3d8 | 12 | extern const uint8_t gui_notifications_call_white_bmp[652]; |
i_am_kitsune | 0:cdbd5046f3d8 | 13 | extern const uint8_t gui_notifications_mail_blue_bmp[646]; |
i_am_kitsune | 0:cdbd5046f3d8 | 14 | extern const uint8_t gui_notifications_sms_blue_bmp[516]; |
i_am_kitsune | 0:cdbd5046f3d8 | 15 | extern const uint8_t gui_notifications_call_blue_bmp[652]; |