ST7920_057

This commit is contained in:
e2002
2023-03-12 14:13:44 +03:00
parent c24a7b727a
commit 70306bfc59
7 changed files with 497 additions and 1 deletions

View File

@@ -42,6 +42,8 @@
#include "displayILI9488.h"
#elif DSP_MODEL==DSP_SSD1322
#include "displaySSD1322.h"
#elif DSP_MODEL==DSP_ST7920
#include "displayST7920.h"
#endif
//extern DspCore dsp;