lexus2k / lcdgfx

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

This is a clerical error or correct? #92

Open kall3001 opened 2 years ago

kall3001 commented 2 years 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 2 years ago

Yes, this is misprint. Thank you for the finding