Difference between revisions of "Displaying Images and Icons on GLCD"
Line 1: | Line 1: | ||
[[Category:PIC Tutorials]] | [[Category:PIC Tutorials]] | ||
− | In this tutorial we will see how to display the images/icons on 128x64 Monochrome GLCD. | + | In this tutorial we will see how to display the images/icons on 128x64 Monochrome GLCD. To do this we need images of 128x64 pixels, if not we have to crop/resize the higher resolution images. This can be done using photoshop or some other photo editors. We will be using the windows built in tool <b>PAINT</b>. |
+ | Lets take a high resolution image and crop it 128x64 and then generate the bitmap image. |
Revision as of 11:47, 21 May 2016
In this tutorial we will see how to display the images/icons on 128x64 Monochrome GLCD. To do this we need images of 128x64 pixels, if not we have to crop/resize the higher resolution images. This can be done using photoshop or some other photo editors. We will be using the windows built in tool PAINT. Lets take a high resolution image and crop it 128x64 and then generate the bitmap image.