lexus2k / lcdgfx

Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
MIT License
356 stars 51 forks source link

This is a clerical error or correct? #92

Open kall3001 opened 1 year ago

kall3001 commented 1 year ago

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?

lexus2k commented 1 year ago

Yes, this is misprint. Thank you for the finding