bitbank2 / SPI_LCD

A simple C library for directly communicating with SPI-connected LCD displays
GNU General Public License v3.0
112 stars 24 forks source link

Update spi_lcd.c #13

Open w23tmp opened 9 months ago

w23tmp commented 9 months ago

bug: global var char bug: local BO

bitbank2 commented 9 months ago

I'm sorry, but your changes will break the stack (ucRxBuf[6] is past the end of the array) and the other variable changes don't make sense. Describe the problem you found and how your change fixes it.

Also, this library is deprecated