dev: Pile of updates and formatting fixes.
This commit is contained in:
parent
47043a7869
commit
68ed9ce922
9 changed files with 182 additions and 166 deletions
|
|
@ -5,7 +5,7 @@
|
|||
/* Chess_Queen_White */
|
||||
#define Chess_Queen_White_width 45
|
||||
#define Chess_Queen_White_height 45
|
||||
const unsigned char Chess_Queen_White_bits[] = {
|
||||
const uint8_t Chess_Queen_White_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00,
|
||||
|
|
@ -34,7 +34,7 @@ const unsigned char Chess_Queen_White_bits[] = {
|
|||
/* Chess King White */
|
||||
#define Chess_King_White_width 45
|
||||
#define Chess_King_White_height 45
|
||||
const unsigned char Chess_King_White_bits[] = {
|
||||
const uint8_t Chess_King_White_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00,
|
||||
|
|
@ -63,7 +63,7 @@ const unsigned char Chess_King_White_bits[] = {
|
|||
/* Chess Rook White */
|
||||
#define Chess_Rook_White_width 45
|
||||
#define Chess_Rook_White_height 45
|
||||
const unsigned char Chess_Rook_White_bits[] = {
|
||||
const uint8_t Chess_Rook_White_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue