Fix broken display SDL test

display_setBacklightLevel is undefined and not part of the display.h
interface.
pull/63/head
Alessio Caiazza 2021-11-28 14:08:20 +01:00 zatwierdzone przez Niccolò Izzo
rodzic 5605797816
commit a5ccda9923
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -51,7 +51,6 @@ void drawRect(int x, int y, int width, int height, uint16_t color)
int main()
{
display_init();
display_setBacklightLevel(254);
/* Horizontal red line */
drawRect(0, 10, SCREEN_WIDTH, 20, 0xF800);