Fix broken display SDL test

display_setBacklightLevel is undefined and not part of the display.h
interface.
This commit is contained in:
Alessio Caiazza 2021-11-28 14:08:20 +01:00 committed by Niccolò Izzo
parent 5605797816
commit a5ccda9923
1 changed files with 0 additions and 1 deletions

View File

@ -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);