Fix broken display SDL test
display_setBacklightLevel is undefined and not part of the display.h interface.
This commit is contained in:
parent
5605797816
commit
a5ccda9923
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue