You need to use FileOpen to get handle of the file. Then you use FileRead to get data, next you convert it to 16bit bitmap raw data. And use one of the functions to display that data.
It is quite easy to get it work if you are editing the firmware. But if you are trying to do this inside RKP file it is more complicated.
Currently I am trying to link FileOpen to the RKP platform, so I would have access to the external files, while RKP platform provides functions only for processing data from the RKP resources.
Have anyone idea how to introduce FileOpen to the platform for RKP? As far as I know we need to make the correct link script file for this, but its a black magic for me.
Maybe someone has already got access to the files stored in flash using some other way? If that so, please share it with us.
|