mirror of
https://github.com/apache/nuttx.git
synced 2026-09-14 06:30:31 +00:00
In order to support multiple LCD instances per board, add a pointer from lcd_planeinfo_s to the lcd_dev_s which it belongs to. Also enhance the putrun, getrun, putarea and getarea methods to pass through the lcd_dev_s pointer to the respective device driver. Port all LCD device drivers to this lcd_planeinfo_s extension. Enhance SSD1306 driver to support multiple LCDs. Signed-off-by: Michael Jung <michael.jung@secore.ly> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| sam4e-ek.h | ||
| sam_ads7843e.c | ||
| sam_appinit.c | ||
| sam_at25.c | ||
| sam_boot.c | ||
| sam_buttons.c | ||
| sam_ethernet.c | ||
| sam_hsmci.c | ||
| sam_ili9325.c | ||
| sam_ili9341.c | ||
| sam_leds.c | ||
| sam_spi.c | ||
| sam_udp.c | ||
| sam_usbmsc.c | ||