tcMenu
src
GfxMenuConfig.h
1
2
#ifndef TCMENU_LEGACY_GFXMENUCONFIG_H
3
#define TCMENU_LEGACY_GFXMENUCONFIG_H
4
5
#include "
graphics/GfxMenuConfig.h
"
6
7
// now include the namespace to ensure everything sees it exactly as before.
8
using namespace
tcgfx;
9
10
#endif
//TCMENU_LEGACY_GFXMENUCONFIG_H
GfxMenuConfig.h
This file contains the base drawing structures and helper methods for drawing onto graphical screens,...