Merge pull request #7 from BitMaker-hub/nerdnos

Nerdnos screens
This commit is contained in:
Thomas Shufps 2024-09-18 18:10:33 +02:00 committed by GitHub
commit 14f4efce72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 40900 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#ifdef T_DISPLAY #ifdef T_DISPLAY
#include <TFT_eSPI.h> #include <TFT_eSPI.h>
#include "media/images_320_170.h"
#include "media/myFonts.h" #include "media/myFonts.h"
#include "media/Free_Fonts.h" #include "media/Free_Fonts.h"
#include "version.h" #include "version.h"
@ -11,6 +10,12 @@
#include "OpenFontRender.h" #include "OpenFontRender.h"
#include "rotation.h" #include "rotation.h"
#ifdef NERD_NOS
#include "media/images_NOS_320_170.h"
#else
#include "media/images_320_170.h"
#endif
#define WIDTH 340 #define WIDTH 340
#define HEIGHT 170 #define HEIGHT 170

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

23844
src/media/images_NOS_320_170.h Normal file

File diff suppressed because it is too large Load Diff