This project integrates the 1.8-inch LCD module from Waveshare with the STM32 board (NUCLEO-L476RG). It displays an interactive Bongo Cat meme that reacts when pressing buttons.
| STM Pin | Connected to | Pin mode |
|---|---|---|
| PC3 | DIN | MOSI |
| PB10 | CLK | SCL |
| PB6 | CS (Chip Select) | GPIO_Out |
| PA9 | DC (Data/Command) | GPIO_Out |
| PC7 | RST (Reset) | GPIO_Out |
| PA7 | BL (Backlight) | PWM Timer |
| PB5 | Left Button | GPIO_In (Pull-down) |
| PB5 | Right Button | GPIO_In (Pull-down) |
(VCC - 3.3V)
