readme

来自「linux下的图形界面开发minigui最新源代码」· 代码 · 共 50 行

TXT
50
字号
The macros described below have been moved to config.h.Old README----------IMPORTANT NOTE:You can edit native.h to include or exclude specific graphics driver.Define or undefine the following macros to include or exclude specific drivers:    #undef _FBLIN1_SUPPORTor     #define _FBLIN1_SUPPORT        1to exclude or include fb linear 1bpp driver.    #undef _FBLIN2_SUPPORTor    #define _FBLIN2_SUPPORT        1to exclude or include fb linear 2bpp driver.    #undef _FBLIN4_SUPPORTor    #define _FBLIN4_SUPPORT        1to exclude or include fb linear 4bpp driver.NOTE that if your system is big endian, please use fblin4b.c, else use fblin4.c.    #undef _FBLIN8_SUPPORTor    #define _FBLIN8_SUPPORT        1to exclude or include fb linear 8bpp driver.    #undef _FBLIN16_SUPPORTor    #define _FBLIN16_SUPPORT       1to exclude or include fb linear 16bpp driver.    #undef _FBLIN24_SUPPORTor    #define _FBLIN24_SUPPORT       1to exclude or include fb linear 24bpp driver.    #undef _FBLIN32_SUPPORTor    #define _FBLIN32_SUPPORT       1to exclude or include fb linear 32bpp driver.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?