User Manual
This array is the image that will be displayed by the screen, so now we just have to paste
it into the bitmaps.h header file as the correct data type so our compiler is able to find
the image. Make sure you change the array to a uint8_t . The pasted bitmap should
looke something like the below image, with the variable type changed to uint8_t .
15/17