kopia lustrzana https://github.com/OpenRTX/OpenRTX
Fix broken display SDL test
display_setBacklightLevel is undefined and not part of the display.h interface.pull/63/head
rodzic
5605797816
commit
a5ccda9923
|
@ -51,7 +51,6 @@ void drawRect(int x, int y, int width, int height, uint16_t color)
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
display_init();
|
display_init();
|
||||||
display_setBacklightLevel(254);
|
|
||||||
|
|
||||||
/* Horizontal red line */
|
/* Horizontal red line */
|
||||||
drawRect(0, 10, SCREEN_WIDTH, 20, 0xF800);
|
drawRect(0, 10, SCREEN_WIDTH, 20, 0xF800);
|
||||||
|
|
Ładowanie…
Reference in New Issue