LCD Drivers
- HD44780: Commonly used for character LCDs (16x2, 20x4)
- ST7735: TFT LCD driver, supports RGB 1.8"–2.2" displays
- ILI9341: QVGA (320x240) TFT LCD driver, popular in Arduino projects
- SSD1306: OLED driver (not LCD, but often grouped), I2C/SPI, 128x64 resolution
- RA8875: MCU interface TFT driver with touch support
- LDI / LVDS / MIPI DSI: For high-resolution industrial/mobile panels
Note: Choose based on interface (parallel, SPI, I2C), resolution, and microcontroller compatibility.