windows build wip

1.2-legacy
Kevin Hester 2021-05-25 03:38:06 +08:00
rodzic 449a3959b0
commit 26bb4ffe79
3 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,7 @@
* install python
* install git (including git-bash)
* install platformio
* install vscode
* install https://sourceforge.net/projects/mingw-w64/ (for windows gcc/g++) - you'll need to add the bin directory to your PATH

Wyświetl plik

@ -4,6 +4,9 @@
#include <assert.h>
#include <sys/time.h>
#include <time.h>
#include <cstring>
using namespace std;
/**
* A printer that doesn't go anywhere

Wyświetl plik

@ -1,5 +1,6 @@
#pragma once
#include <string.h>
#include <cstring>
#include <OLEDDisplayUi.h>
@ -26,6 +27,8 @@
#define BRIGHTNESS_DEFAULT 150
#endif
using namespace std;
namespace graphics
{