You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File src/lcd_hal/esp/esp32_spi.cpp line 62:
if ( m_cs >= 0 )
{
lcd_gpioMode(m_cs, LCD_GPIO_OUTPUT);
lcd_gpioWrite(m_clk, LCD_HIGH);
}
About 'm_clk' ,this is a clerical error or correct?
The text was updated successfully, but these errors were encountered:
File src/lcd_hal/esp/esp32_spi.cpp line 62:
if ( m_cs >= 0 )
{
lcd_gpioMode(m_cs, LCD_GPIO_OUTPUT);
lcd_gpioWrite(m_clk, LCD_HIGH);
}
About 'm_clk' ,this is a clerical error or correct?
The text was updated successfully, but these errors were encountered: