WebRadioApp  0.1
ewdef.h File Reference

This file contains basic defines and useful configuration macros. More...

This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

This file contains basic defines and useful configuration macros.

Author
Kevin Bello (k.bel.nosp@m.lo@t.nosp@m.um.de)
Version
0.1
Date
2021-04-16