balena-labs-projects / fbcp

fbcp driver for SPI based displays for Raspberry Pis via fbcp-ili9341
14 stars 1 forks source link

Generate one image with all display controllers #8

Closed klutchell closed 3 years ago

klutchell commented 3 years ago

Avoid creating individual images for each display controller and instead just create one image and require that FBCP_DISPLAY is set.

This commit also includes support for the dtoverlay display controller which is just the generic rpi-fbcp that requires BALENA_HOST_CONFIG_dtoverlay for drivers.

Change-type: major Signed-off-by: Kyle Harding kyle@balena.io

rahul-thakoor commented 3 years ago

I tested on pi zero W. it works.