Make the hardware depedant options clearer for the widgets demo
This commit is contained in:
parent
15c57f82ea
commit
553dea5fcd
1 changed files with 5 additions and 1 deletions
|
@ -48,8 +48,12 @@
|
||||||
#define GDISP_NEED_CLIP TRUE
|
#define GDISP_NEED_CLIP TRUE
|
||||||
#define GDISP_NEED_CIRCLE TRUE
|
#define GDISP_NEED_CIRCLE TRUE
|
||||||
#define GDISP_NEED_TEXT TRUE
|
#define GDISP_NEED_TEXT TRUE
|
||||||
#define GDISP_NEED_SCROLL TRUE
|
|
||||||
#define GDISP_NEED_IMAGE TRUE
|
#define GDISP_NEED_IMAGE TRUE
|
||||||
|
#define GDISP_NEED_CONVEX_POLYGON TRUE
|
||||||
|
|
||||||
|
/* The following are optional depending on your hardware */
|
||||||
|
//#define GDISP_NEED_SCROLL TRUE
|
||||||
|
//#define GDISP_NEED_CONTROL TRUE
|
||||||
|
|
||||||
/* GDISP fonts to include */
|
/* GDISP fonts to include */
|
||||||
#define GDISP_INCLUDE_FONT_UI2 TRUE
|
#define GDISP_INCLUDE_FONT_UI2 TRUE
|
||||||
|
|
Loading…
Add table
Reference in a new issue