| 1234567891011121314 |
- // ..##########
- // ############
- // ####........
- // ####........
- // ####..######
- // ####....####
- // ############
- // ..##########
- #include "images.h"
- const image_t img_6x8_G = { 6, 8, false, 6, 0, {
- 0x7F, 0xFC, 0x30, 0xDF, 0x3F, 0xDF
- }};
|