moved f4ll_cpp imto its own namespace
moved strutil to the application
This commit is contained in:
parent
0e09fd9a7a
commit
8c62136773
21 changed files with 70 additions and 27 deletions
|
@ -6,16 +6,16 @@
|
|||
*/
|
||||
|
||||
#include <f4ll_cpp/ili9341.h>
|
||||
#include <f4ll_cpp/strutil.h>
|
||||
#include <application.h>
|
||||
#include <initializer_list>
|
||||
#include "main.h"
|
||||
#include "globals.h"
|
||||
#include "strutil.h"
|
||||
|
||||
#define BORDER 60
|
||||
#define BARWIDTH 2
|
||||
|
||||
|
||||
using namespace f4ll_cpp;
|
||||
|
||||
void MainLoop()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue