This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GFX library image

Hi I'm a bit new to programing with nordic.

I'm trying to use the nrf_gfx_background_set function to display an image on an epaper panel. I've already written code that allows the nrf_gfx_line_draw function to work with the epaper panel, but I'm having issues getting the background_set function to read my array for my bmp file.

I was wondering if there was an example code that either used the background_set function, or an example that converted an image to an array so i could get an idea of how to best do this using the SDK librairies. 

Thanks

Related