LCD image Asset OTA

This project shows how to send resources like graphics, fonts, sound samples as assets. The application will not start until all the assets have been delivered to the device so it's safe to assume that the assets are available.

In this case, the application searches the lists of available assets using System.assetsAvailable() and read a splash screen image directly from asset storage into the memory of an external LCD screen.

   

     

This example was shown at Spectra 2023. Github.