Sunday, November 13, 2016

mini_project2[2]


-I was able to convert any picture into a bitmap and display it on the UTFT LCD screen with the built-in function drawBitmap(xpos, ypos, width, height, scale)
-To get the bitmap, I had to use a program that was inside the Tools folder inside the UTFT library and I had to scale the picture down to 106x80.
-I had to set the scale variable (optional) to 3 in order to make the picture cover the whole screen, which is 320x240. So (106*3)x(80*3)

No comments:

Post a Comment