Nikita Ivanykov
/
LAB_DISPLAY
7
Diff: main.cpp
- Revision:
- 1:cdeae0693b01
- Parent:
- 0:02841331478b
- Child:
- 2:82f5f57eac91
--- a/main.cpp Thu Oct 26 19:20:47 2017 +0000 +++ b/main.cpp Sun Oct 29 09:34:33 2017 +0000 @@ -20,7 +20,11 @@ } int main() { + HAL_Init(); #include "ILI9341_Init.h" + //cs = 0; + //cs = 1; + //cs = 0; while(1) { } }