|
How do I create bitmaps to be used in my code?
|
| |
You can use BITMAP EDITOR which is a tool available with I.D.E.E.A. to create your bitmap. Launch the BITMAP EDITOR from the ‘Tools’ menu. You can then draw a bitmap using the drawing tools provided. Then from the BITMAP EDITOR ‘Tools’ menu you can save the bitmap to a .H header file, which will contain the bitmap in the form of a structure of bytes which can then be used directly in your source code.
|
| |
|