Hi,
Im Srinivas, Im using CORTEX-M4 TM4C123GH6PGE. For this i need to implement inserting bootable image(company logo). This will load at the time of power on condition (load from EEPROM), after that our actual menu has to be displayed. In Tivaware-grlib, have the example code for inserting image(ex. ti logo). For this image, code is in the form of hexadecimal, So how can i convert image into hex format. This image will display in OLED.
OR
is there any other solutions for this implementation.