removed SDSS init

added device & comm drivers for shared SPI LCDs

mistyped some updates in ultralcd_impl_DOGM.h

remove unwanted changes in onfiguration.h

still can't type

Update HAL_LCD_class_defines.h

include USB mass storage & misc
This commit is contained in:
Bob-the-Kuhn
2018-03-05 10:51:09 -06:00
parent 6d9ea7e184
commit 914bb80bde
11 changed files with 745 additions and 226 deletions

View File

@@ -41,15 +41,7 @@
// Defines
//
#define NUM_SERIAL 1
//#undef SERIAL_PORT
//#define SERIAL_PORT -1
#if SERIAL_PORT == -1
#define MYSERIAL0 SerialUSB
#else
#define MYSERIAL0 customizedSerial
#endif
#define MYSERIAL0 customizedSerial
// We need the previous define before the include, or compilation bombs...
#include "MarlinSerial_Due.h"