Introduced new tft interface and added iconconverter
This commit is contained in:
10
icon_templ.h.tmpl
Normal file
10
icon_templ.h.tmpl
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
// local
|
||||
#include "icon.h"
|
||||
|
||||
namespace espgui {
|
||||
namespace icons {
|
||||
extern const Icon<${width}, ${height}> ${name};
|
||||
} // namespace icons
|
||||
} // namespace espgui
|
Reference in New Issue
Block a user