aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-24 15:03:47 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-24 15:03:47 +1000
commite6f17baf6133fb83c5c72f7b173cf50c9c275224 (patch)
treed9bfb55a08c61ffa018d5c1bb6bdb32320d31d85 /gfxconf.example.h
parent21afd2b8f19d522fab6b78670bf1afcf11388cd5 (diff)
downloaduGFX-e6f17baf6133fb83c5c72f7b173cf50c9c275224.tar.gz
uGFX-e6f17baf6133fb83c5c72f7b173cf50c9c275224.tar.bz2
uGFX-e6f17baf6133fb83c5c72f7b173cf50c9c275224.zip
GMISC invsqrt() function.
Fix a 64bit processor bug. Add support for processors where the floating point and integer endianness don't match. Add support for processors with a non-standard floating point format. Update gdisp_streaming demo with extra comments to reflect the above changes.
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index d5b4af5c..1b9faca2 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -181,11 +181,12 @@
#define GWIN_CONSOLE_USE_BASESTREAM FALSE
#define GWIN_CONSOLE_USE_FLOAT FALSE
#define GWIN_NEED_IMAGE_ANIMATION FALSE
+ #define GDISP_INVSQRT_MIXED_ENDIAN FALSE
+ #define GDISP_INVSQRT_REAL_SLOW FALSE
*/
/* Optional Low Level Driver Definitions */
/*
- #define GDISP_USE_CUSTOM_BOARD FALSE
#define GDISP_SCREEN_WIDTH 320
#define GDISP_SCREEN_HEIGHT 240
#define GDISP_USE_FSMC