0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

Overlay stuff

This commit is contained in:
OneOfEleven
2023-09-16 07:08:18 +01:00
parent 540906cc3f
commit 1e3b26768e
14 changed files with 394 additions and 213 deletions

View File

@ -21,7 +21,6 @@ const uint8_t BITMAP_BatteryLevel1[] =
0b00000000,
0b00111110,
0b00100010,
0b01111111,
0b01000001,
0b01000001,
0b01000001,
@ -35,7 +34,8 @@ const uint8_t BITMAP_BatteryLevel1[] =
0b01000001,
0b01000001,
0b01000001,
0b01100011
0b01000001,
0b01111111
};
const uint8_t BITMAP_BatteryLevel2[] =
@ -43,10 +43,7 @@ const uint8_t BITMAP_BatteryLevel2[] =
0b00000000,
0b00111110,
0b00100010,
0b01111111,
0b01000001,
0b01011101,
0b01011101,
0b01000001,
0b01000001,
0b01000001,
@ -57,7 +54,10 @@ const uint8_t BITMAP_BatteryLevel2[] =
0b01000001,
0b01000001,
0b01000001,
0b01100011
0b01011101,
0b01011101,
0b01000001,
0b01111111
};
const uint8_t BITMAP_BatteryLevel3[] =
@ -65,7 +65,13 @@ const uint8_t BITMAP_BatteryLevel3[] =
0b00000000,
0b00111110,
0b00100010,
0b01111111,
0b01000001,
0b01000001,
0b01000001,
0b01000001,
0b01000001,
0b01000001,
0b01000001,
0b01000001,
0b01011101,
0b01011101,
@ -73,13 +79,7 @@ const uint8_t BITMAP_BatteryLevel3[] =
0b01011101,
0b01011101,
0b01000001,
0b01000001,
0b01000001,
0b01000001,
0b01000001,
0b01000001,
0b01000001,
0b01100011
0b01111111
};
const uint8_t BITMAP_BatteryLevel4[] =
@ -87,7 +87,10 @@ const uint8_t BITMAP_BatteryLevel4[] =
0b00000000,
0b00111110,
0b00100010,
0b01111111,
0b01000001,
0b01000001,
0b01000001,
0b01000001,
0b01000001,
0b01011101,
0b01011101,
@ -98,10 +101,7 @@ const uint8_t BITMAP_BatteryLevel4[] =
0b01011101,
0b01011101,
0b01000001,
0b01000001,
0b01000001,
0b01000001,
0b01100011
0b01111111
};
const uint8_t BITMAP_BatteryLevel5[] =
@ -109,7 +109,10 @@ const uint8_t BITMAP_BatteryLevel5[] =
0b00000000,
0b00111110,
0b00100010,
0b01111111,
0b01000001,
0b01011101,
0b01011101,
0b01011101,
0b01000001,
0b01011101,
0b01011101,
@ -120,10 +123,7 @@ const uint8_t BITMAP_BatteryLevel5[] =
0b01011101,
0b01011101,
0b01000001,
0b01011101,
0b01011101,
0b01000001,
0b01100011
0b01111111
};
const uint8_t BITMAP_USB_C[] =