This file contains basic defines and useful configuration macros. More...
Go to the source code of this file.
Macros | |
#define | EW_MEM_SECTION(aName) __attribute__((section(EW_STRINGIZE(aName)))) |
#define | EW_STRINGIZE(aArg) EW_STRINGIZE_ARG(aArg) |
#define | EW_STRINGIZE_ARG(aArg) #aArg |
Macros Functionality | |
defines for different framebuffer color formats | |
#define | EW_FRAME_BUFFER_COLOR_FORMAT_Index8 1 |
#define | EW_FRAME_BUFFER_COLOR_FORMAT_LumA44 2 |
#define | EW_FRAME_BUFFER_COLOR_FORMAT_RGB565 3 |
#define | EW_FRAME_BUFFER_COLOR_FORMAT_RGB888 4 |
#define | EW_FRAME_BUFFER_COLOR_FORMAT_RGBA4444 5 |
#define | EW_FRAME_BUFFER_COLOR_FORMAT_RGBA8888 6 |
This file contains basic defines and useful configuration macros.