#include <GfxMenuConfig.h>
Public Attributes | |
color_t | bgTitleColor |
color_t | fgTitleColor |
MenuPadding | titlePadding |
FONTPTR | titleFont |
color_t | bgItemColor |
color_t | fgItemColor |
MenuPadding | itemPadding |
FONTPTR | itemFont |
color_t | bgSelectColor |
color_t | fgSelectColor |
color_t | widgetColor |
MenuPadding | widgetPadding |
const uint8_t * | activeIcon |
const uint8_t * | editIcon |
uint8_t | editIconWidth |
uint8_t | editIconHeight |
uint8_t | titleBottomMargin |
uint8_t | titleFontMagnification |
uint8_t | itemFontMagnification |
Holds the graphical configuration of how to render a menu onto a both mono and colour displays. If you don't intend to override this initially just call the factory method provided with your renderer.
color_t tcgfx::ColorGfxMenuConfig< FONTPTR >::bgTitleColor |
color_t tcgfx::ColorGfxMenuConfig< FONTPTR >::fgTitleColor |
MenuPadding tcgfx::ColorGfxMenuConfig< FONTPTR >::titlePadding |
FONTPTR tcgfx::ColorGfxMenuConfig< FONTPTR >::titleFont |
color_t tcgfx::ColorGfxMenuConfig< FONTPTR >::bgItemColor |
color_t tcgfx::ColorGfxMenuConfig< FONTPTR >::fgItemColor |
MenuPadding tcgfx::ColorGfxMenuConfig< FONTPTR >::itemPadding |
FONTPTR tcgfx::ColorGfxMenuConfig< FONTPTR >::itemFont |
color_t tcgfx::ColorGfxMenuConfig< FONTPTR >::bgSelectColor |
color_t tcgfx::ColorGfxMenuConfig< FONTPTR >::fgSelectColor |
color_t tcgfx::ColorGfxMenuConfig< FONTPTR >::widgetColor |
MenuPadding tcgfx::ColorGfxMenuConfig< FONTPTR >::widgetPadding |
const uint8_t* tcgfx::ColorGfxMenuConfig< FONTPTR >::activeIcon |
const uint8_t* tcgfx::ColorGfxMenuConfig< FONTPTR >::editIcon |
uint8_t tcgfx::ColorGfxMenuConfig< FONTPTR >::editIconWidth |
uint8_t tcgfx::ColorGfxMenuConfig< FONTPTR >::editIconHeight |
uint8_t tcgfx::ColorGfxMenuConfig< FONTPTR >::titleBottomMargin |
uint8_t tcgfx::ColorGfxMenuConfig< FONTPTR >::titleFontMagnification |
uint8_t tcgfx::ColorGfxMenuConfig< FONTPTR >::itemFontMagnification |