Hexiwear oled display from KDS3
Dependencies: Hexi_OLED_SSD1351
Diff: resources/flashlight.h
- Revision:
- 0:cdbd5046f3d8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/flashlight.h Wed Sep 13 04:39:40 2017 +0000 @@ -0,0 +1,9 @@ + +#pragma once + +#include <stdint.h> + + +extern const uint8_t flashlight_screen_bmp[18438], + flashlight_off_bmp[4806], + flashlight_on_bmp[4806]; \ No newline at end of file