TOP Contributors

  1. MIKROE (2650 codes)
  2. Alcides Ramos (350 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136551 times)
  2. FAT32 Library (69746 times)
  3. Network Ethernet Library (55849 times)
  4. USB Device Library (46189 times)
  5. Network WiFi Library (41809 times)
  6. FT800 Library (41000 times)
  7. GSM click (28930 times)
  8. PID Library (26386 times)
  9. mikroSDK (26288 times)
  10. microSD click (25303 times)
Libstock prefers package manager

Package Manager

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]

< Back
Example

BMP from MMC to TFT

Rating:

0

Author: brsteiner

Last Updated: 2016-02-18

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: TFT

Downloaded: 812 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

No Abuse Reported

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".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

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

Pirture 01

Pirture 01

Show list Filename , Size of File, and physical Startsector

View full image
Picture 02

Picture 02

Display Picture

View full image

ALSO FROM THIS AUTHOR

Color select

5

MMC_PIC32 with MI0283QT-A9 controller Small program to get color values in 16bitWord and RED,GREEN,BLUE. Only one mpb32 file. Introduction by commends. Including small program for choose fast your color for programming code.

[Learn More]