Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 616 Bytes

USAGE

Review TestCode.txt

  • The LCD I use as a reference

alt text

Pins must be set as output beforehand.

  • RES (Pin) -> Use LCD_setRST() to configure your pin.

  • DC (Pin) -> Use LCD_setDC() to configure your pin.

  • CS (Pin) -> Use LCD_setCE() to configure your pin.

  • SPI ->USE LCD_setSPI() to configure the SPI interface.

Refrance Repository :

https://github.com/Floyd-Fish/ST7789-STM32