See changelog v0.9.8
[hackover2013-badge-firmware.git] / project / commands / drawing / cmd_gettext.c
index 8f41386..3b1843f 100644 (file)
 #include "project/commands.h"       // Generic helper functions
 
 #if defined CFG_TFTLCD
-  #include "drivers/lcd/tft/lcd.h"    
-  #include "drivers/lcd/tft/drawing.h"  
-  #include "drivers/lcd/tft/touchscreen.h"  
-  #include "drivers/lcd/tft/dialogues/alphanumeric.h"  
+  #include "drivers/displays/tft/lcd.h"    
+  #include "drivers/displays/tft/drawing.h"  
+  #include "drivers/displays/tft/touchscreen.h"  
+  #include "drivers/displays/tft/dialogues/alphanumeric.h"  
 
 /**************************************************************************/
 /*! 
This page took 0.027102 seconds and 4 git commands to generate.