Question
ST7735 display driver usage
Posted on March 07, 2018 at 08:10
Hi .
I have a LCD display with st7735 and wanted to use library included within STM32Cube_FW_F3_V1.8.0 package.
Unfortunately the lib seems to be written only for specific boards and while compiling the code I get errors:
st7735.c:241: undefined reference to `LCD_IO_WriteReg'
/st7735.c:323: undefined reference to `LCD_IO_WriteMultipleData'
Is there a way to run it or a lib that would suit to STM32Cube HAL?
