diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-10-02 16:30:06 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-10-02 16:30:06 +1000 |
commit | d7d02395d0c1afe27bc39eeddc17899084c72de9 (patch) | |
tree | 55ce695c48c08f52aa8afbdbd92f7ad4ec3746aa /drivers/gdisp/ILI9320/gdisp_lld_config.h | |
parent | 884db04e8c13d9258c6aea10248e42615e10ab83 (diff) | |
download | uGFX-d7d02395d0c1afe27bc39eeddc17899084c72de9.tar.gz uGFX-d7d02395d0c1afe27bc39eeddc17899084c72de9.tar.bz2 uGFX-d7d02395d0c1afe27bc39eeddc17899084c72de9.zip |
Updates to ported drivers to support new optimisation method.
Includes Bug fixes.
Diffstat (limited to 'drivers/gdisp/ILI9320/gdisp_lld_config.h')
-rw-r--r-- | drivers/gdisp/ILI9320/gdisp_lld_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gdisp/ILI9320/gdisp_lld_config.h b/drivers/gdisp/ILI9320/gdisp_lld_config.h index 7cf7457a..02533e8b 100644 --- a/drivers/gdisp/ILI9320/gdisp_lld_config.h +++ b/drivers/gdisp/ILI9320/gdisp_lld_config.h @@ -27,6 +27,7 @@ #define GDISP_HARDWARE_STREAM_WRITE TRUE #define GDISP_HARDWARE_STREAM_READ TRUE +#define GDISP_HARDWARE_STREAM_POS TRUE #define GDISP_HARDWARE_CONTROL TRUE #define GDISP_PIXELFORMAT GDISP_PIXELFORMAT_RGB565
|