X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/a7be12a4e68fcaaa92f81a394bc316a592ec6270..64dba59a68ae8ae69cf5ef5b37a3980f7c430a25:/drivers/displays/tft/lcd.h diff --git a/drivers/displays/tft/lcd.h b/drivers/displays/tft/lcd.h index d415d3e..9cb2973 100644 --- a/drivers/displays/tft/lcd.h +++ b/drivers/displays/tft/lcd.h @@ -59,6 +59,8 @@ typedef struct bool touchscreen; // Whether the LCD has a touch screen bool orientation; // Whether the LCD orientation can be modified bool hwscrolling; // Whether the LCD support HW scrolling + bool fastHLine; // Whether the driver contains an accelerated horizontal line function + bool fastVLine; // Whether the driver contains an accelerated vertical line function } lcdProperties_t; extern void lcdInit(void);