X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/a7be12a4e68fcaaa92f81a394bc316a592ec6270..2fb9f70df407a731f55952a7e70eea641ad275d9:/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);