diff options
author | trsaunders <trsaunders@gmail.com> | 2012-07-24 17:22:50 +0100 |
---|---|---|
committer | trsaunders <trsaunders@gmail.com> | 2012-07-24 17:22:50 +0100 |
commit | e4094ad4681e2d73c1a22c60a7dd16835f9b7287 (patch) | |
tree | 8db74abf04b378191b7d036011b09ed32bb58ebc /glcd/glcd.h | |
parent | 4ba0eb23a7d41a0f2afee3fd64b9ed56684bf865 (diff) | |
parent | 8d7a588c5185558fdc85da867a37ecf09026bb3c (diff) | |
download | uGFX-e4094ad4681e2d73c1a22c60a7dd16835f9b7287.tar.gz uGFX-e4094ad4681e2d73c1a22c60a7dd16835f9b7287.tar.bz2 uGFX-e4094ad4681e2d73c1a22c60a7dd16835f9b7287.zip |
get pixel return value implemented in struct
Diffstat (limited to 'glcd/glcd.h')
-rw-r--r-- | glcd/glcd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/glcd/glcd.h b/glcd/glcd.h index f0d4e65a..4ae26233 100644 --- a/glcd/glcd.h +++ b/glcd/glcd.h @@ -4,7 +4,8 @@ #include "ch.h" #include "hal.h" #include "fonts.h" -#include "worker.h" +#include "fastMath.h" +#include "glcdWorker.h" #if !defined(LCD_USE_FSMC) && !defined(LCD_USE_GPIO) && !defined(LCD_USE_SPI) #include "glcdconf.h" |