1

Committer:
hisi
Date:
Fri Jun 17 02:24:45 2022 +0000
Revision:
17:c0c589ffe9bf
11

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hisi 17:c0c589ffe9bf 1 #define cylogo_width 128
hisi 17:c0c589ffe9bf 2 #define cylogo_height 40
hisi 17:c0c589ffe9bf 3
hisi 17:c0c589ffe9bf 4
hisi 17:c0c589ffe9bf 5 static unsigned char cylogo_bits[] = {
hisi 17:c0c589ffe9bf 6 0x00, 0x00, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
hisi 17:c0c589ffe9bf 7 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00,
hisi 17:c0c589ffe9bf 8 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0x3f,
hisi 17:c0c589ffe9bf 9 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
hisi 17:c0c589ffe9bf 10 0x00, 0xfe, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,};