lcdgfx icon indicating copy to clipboard operation
lcdgfx copied to clipboard

This is a clerical error or correct?

Open kall3001 opened this issue 2 years ago • 1 comments

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?

kall3001 avatar Sep 02 '22 08:09 kall3001

Yes, this is misprint. Thank you for the finding

lexus2k avatar Sep 02 '22 09:09 lexus2k