This commit is contained in:
Lubos Petrovic
2020-12-20 15:52:38 +01:00
parent e8b0b10be0
commit 33d021dd77
12 changed files with 12 additions and 49 deletions

View File

@@ -1,5 +1,4 @@
#ifndef BOARD320_240_H
#define BOARD320_240_H
#pragma once
// TFT COMMON
#define LOAD_GLCD // Font 1. Original Adafruit 8 pixel font needs ~1820 bytes in FLASH
@@ -77,5 +76,3 @@ class Board320_240 : public BoardInterface {
void loadTestData();
//
};
#endif // BOARD320_240_H