display useless things
This commit is contained in:
22
libs/mare/mare.h
Normal file
22
libs/mare/mare.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/*******************************************
|
||||
* Most Awesome Renderer Ever
|
||||
*******************************************/
|
||||
|
||||
#include <DEV_Config.h>
|
||||
#include <EPD_2in9b_V3.h>
|
||||
#include <fonts.h>
|
||||
|
||||
namespace Render{
|
||||
|
||||
class Mare {
|
||||
public:
|
||||
Mare();
|
||||
virtual ~Mare();
|
||||
|
||||
public:
|
||||
void render();
|
||||
|
||||
private:
|
||||
int _var;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user