🧑‍💻 Move PB0 init for MKS_ROBIN_NANO

This commit is contained in:
Scott Lahteine
2022-01-12 09:41:51 -06:00
parent eb8d819325
commit 0470fbe0a1
3 changed files with 12 additions and 13 deletions

View File

@ -127,10 +127,6 @@ void tft_lvgl_init() {
watchdog_refresh(); // LVGL init takes time
#if MB(MKS_ROBIN_NANO)
OUT_WRITE(PB0, LOW); // HE1
#endif
// Init TFT first!
SPI_TFT.spi_init(SPI_FULL_SPEED);
SPI_TFT.LCD_init();