We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: brsteiner
Last Updated: 2016-02-18
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: TFT
Downloaded: 826 times
Followed by: 4 users
License: MIT license
This small example bring bmp pictures direkt from MMC on the TFT.
Format a SD Card in FAT 16 and took the picture on it.
Have fun
Do you want to subscribe in order to receive notifications regarding "BMP from MMC to TFT" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "BMP from MMC to TFT" changes.
Do you want to report abuse regarding "BMP from MMC to TFT".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1436787562_bmp_from_mmc_to__mikrobasic_pic32.zip [940.62KB] | mikroBasic PRO for PIC32 |
|
With this example you can display BMP picture direkt from SD Card to TFT. Create your one BMP's in the size you will display it and copy on the FAT 16 formated SD Card in the main root.
IMPOTRANT: SD Card format in FAT 16
IMPORTANT: BMP must have 24bit color. LOOK FOR GOOD CONVERSATION
sometimes there is a bad conversation and the picture get a bad printout.
ag_header -> Information of the BMP(Size, horizontal pixel, vertical pixel.... (needed for display the picture).
ag_bild -> Display the picture on x,y, position.
Investigate also the BMP Header from the file with Hex Editor for more understanding how handle with.
Programm is not nicely programmed --> but I hope with enough comments to follow the code. See - learn - do
Have fun - Bruno