| 12345678910111213141516171819202122232425262728 |
- // ......##############..##..##..##..
- // ..####..##..##..##..##..##..##..##
- // ####..##..##..##..##..##..##..##..
- // ##..##..##..##..##..##..##..##..##
- // ..##..##..##..##..################
- // ##..##..############..............
- #include "images.h"
- const image_t img_cc_trg_L2 = {
- 17,
- 6,
- true,
- 12,
- 0x01,
- {// orig:13, comp:7.69%
- 0x1F,
- 0xD5,
- 0x35,
- 0x55,
- 0x75,
- 0x01,
- 0x04,
- 0x55,
- 0x57,
- 0xFD,
- 0x7E,
- 0x00}};
|