Prep for v1.2.0
[hackover2013-badge-firmware.git] / drivers / displays / tft / lcd.h
index d415d3e..9cb2973 100644 (file)
@@ -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);
This page took 0.034964 seconds and 4 git commands to generate.