| 12345678910111213141516171819202122232425 |
- // ####..##
- // ##..####
- // ####..##
- // ##..####
- // ####..##
- // ##..####
- // ####..##
- // ##..####
- // ####..##
- // ##..####
- // ####..##
- #include "images.h"
- const image_t img_cc_Cable = {
- 4,
- 11,
- true,
- 4,
- 0x00,
- {// orig:6, comp:33.33%
- 0x00,
- 0x05,
- 0xDB,
- 0xD0}};
|