Still need ifdef undef for some warnings I guess....

This commit is contained in:
Dionysus 2024-05-29 00:37:46 -04:00
parent 833d15db65
commit 462ed146c9
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,24 @@
// Added by acidvegas to hide warnings during build
#ifdef TFT_MISO
#undef TFT_MISO
#endif
#ifdef TFT_MOSI
#undef TFT_MOSI
#endif
#ifdef TFT_CS
#undef TFT_CS
#endif
#ifdef TFT_DC
#undef TFT_DC
#endif
#ifdef TFT_RST
#undef TFT_RST
#endif
#ifdef TFT_BL
#undef TFT_BL
#endif
// ST7789 240 x 280 display with no chip select line
#define USER_SETUP_ID 210