This commit is contained in:
luboslenco
2025-07-12 16:22:36 +02:00
parent 9d829cc02e
commit a0adb82593
+1 -1
View File
@@ -71,7 +71,7 @@ static uint8_t _draw_color_r(uint32_t color) {
}
static uint8_t _draw_color_g(uint32_t color) {
return (color & 0x0000ff00) >> 8;
return (color & 0x0000ff00) >> 8;
}
static uint8_t _draw_color_b(uint32_t color) {