| 12345678910111213 |
- // ..##############..
- // ##################
- // ##################
- // ####..........####
- // ######......######
- // ########..########
- // ##################
- // ..##############..
- #include "images.h"
- const image_t img_key_D =
- {9, 8, false, 9, 0, {0x7F, 0x7F, 0xFF, 0xF8, 0x3E, 0x3F, 0xBF, 0xFE, 0xFE}};
|