Fix for Arduino Due + 12864 Full Graphic Display (#14181)

2.0.x
th33xitus 5 years ago committed by Scott Lahteine
parent 34c8204d25
commit fe2c710b39

@ -87,7 +87,7 @@ void u8g_spiSend_sw_DUE_mode_0(uint8_t val) { // 3MHz
MOSI_pPio->PIO_CODR = MOSI_dwMask;
DELAY_NS(48);
SCK_pPio->PIO_SODR = SCK_dwMask;
DELAY_NS(125);
DELAY_NS(905);
val <<= 1;
SCK_pPio->PIO_CODR = SCK_dwMask;
}

Loading…
Cancel
Save