fixup! feat(core): refactor display drivers

cepetr 3 weeks ago
parent 174a68adc3
commit b9526236fd

@ -131,7 +131,6 @@ static inline uint8_t gl_color32_lum(gl_color16_t color) {
return (r + g + b) / 3;
}
#ifdef GL_COLOR_16BIT
// Blends foreground and background colors with 4-bit alpha
//

Loading…
Cancel
Save