The most basic thing we need to do first before anything else is get the code to initialize the display. The code to the right comes directly from the manufacturer and is the minimum needed to get the display ready to start working.
If all you do is get the board started and nothing else, the logo stays up forever. Type up this code and wire the LED like the last LED lesson. Upload it to the board and make sure it works. It looks similar to this picture, but your colors may be different based on the screen colors. |
Start by generating a bitmap using the picture here of the Arduino logo and the converter website. Here is what it looked like when I did it. Each pixel has a 4-digit code.
Image File Download
Go ahead and practice converting images to bitmap codes using the website.
Image to Bitmap siteThe pixel size for your image must be the same number of pixels as your screen. That is 128 x 64
|