diff --git a/tft.c b/tft.c index 53964e3..dd127e0 100644 --- a/tft.c +++ b/tft.c @@ -11,8 +11,8 @@ #include "pins.h" #include "spi.h" -void _tftDelay100() { - _delay_ms(100); +void _tftDelay60() { + _delay_ms(60); } void _tftSel() { @@ -39,4 +39,4 @@ uint8_t _tftTx(uint8_t data) { return transmit(data); -} \ No newline at end of file +}