Where are the bitmaps and fonts stored?
The included PC Bitmap Convert Application allows you to output all of your bitmap graphic and font files as a C compliant header file, so that the data is stored in the program memory, or as a binary file so that you can store in external memory, or a combination of both.
Is The Driver Difficult To Use
Setting a new screen up for the first time can be difficult. Due to the huge number of screens available it would be impossible for us to provide individual drivers for every screen. Therefore we have made this driver as generic as possible and you will need to alter the display-model.c and display-model.h files to work with your particular screen. See earlier in this manual for details of how to do this. Once this is done you then only need to select the orientation you want to use the screen in and the driver will then be working correctly for your screen. That’s the hard bit out of the way – with your screen setup correctly using the driver is a breeze and the flexibility of being able to put what you want wherever you want on the screen makes designing user interfaces really enjoyable.


