Closed BlynkGO closed 3 years ago
missing mosi setting.
static constexpr int spi_mosi = -1;
missing mosi setting.
static constexpr int spi_mosi = -1;
Thanks for the fast reply.
At this point ?
Perhaps you are confusing MOSI with MISO. Isn't it correct that MISO is -1 and MOSI is 19?
Perhaps you are confusing MOSI with MISO. Isn't it correct that MISO is -1 and MOSI is 19?
Oh, it has already displayed now. I mistake between MISO and MOSI . Thanks again.
I wish to use TTGO T-Display 1.3inch (ST7789 240x135) on LovyaGFX library.
If TTGO T-Display config by TFT-eSPI, it's configed by the following.
https://github.com/Xinyuan-LilyGO/TTGO-T-Display/blob/master/TFT_eSPI/User_Setups/Setup25_TTGO_T_Display.h
When I config on LovyanGFX by the following code , it occurs some error , how to fix it ? Thank you.
Some error on serial monitor...