TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (351 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 (136643 times)
  2. FAT32 Library (69856 times)
  3. Network Ethernet Library (55898 times)
  4. USB Device Library (46236 times)
  5. Network WiFi Library (41869 times)
  6. FT800 Library (41096 times)
  7. GSM click (28950 times)
  8. PID Library (26403 times)
  9. mikroSDK (26321 times)
  10. microSD click (25331 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
Project

TFT Graphics library

Rating:

25

Author: Dragan Regodic

Last Updated: 2016-02-18

Package Version: 2.0.0.2

Category: TFT

Downloaded: 4467 times

Followed by: 10 users

License: MIT license  

The basic idea of this project is to provide a rendering images with a transparent background on the TFT display. I developed my concept and algorithm for converting standard image formats in the data arrays that we use in our projects.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "TFT Graphics library" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "TFT Graphics library" changes.

Do you want to report abuse regarding "TFT Graphics library".

  • Information
  • Comments (12)

Project Blog

Creating interesting GUI controls

Last video before I will publish the new version of library.

Watch on YouTube

RGB led control

Another interesting project that uses my library. This example demonstrate how we can control RGB led with color picker and sliders. Display 16-bit color values in text labels or tool tip notifications. Come with library version 2.5.

Watch on YouTube

Qwerty keyboard

This project will be included in examples folder with next library version 2.5

Watch on YouTube

Text controls

I still testing the functions, this video is only presentation for next library version 2.5

Watch on YouTube
New version of the library 2.0.0.2

New version of the library 2.0.0.2

I added new functions and new examples how to create your own progress bar and slide controls.

View full image

Pacman

Testing the library. I'm uploaded the source code on http://www.mikroe.com/forum/viewtopic.php?f=147&t=58925

Watch on YouTube

Testing the rendering speed

Step: 4px. Delay time between steps 50ms, 10ms and 1ms

Watch on YouTube

Slider control

Reading ADC on potentiometer and display value on slider.

Watch on YouTube

Let' make games

New library provide functions for faster and clear rendering images of moving objects. For example project 'Brick wall and basket ball' you also must download package from http://www.libstock.com/projects/view/923/let-make-games

Watch on YouTube
The test results of the project.

The test results of the project.

EasyMx PRO v7 for STM32 ARM development board and MikroC compiler. In new version of the library have been removed bugs and code optimized for better rendering. I've added a new function for display partial images.

View full image
What can we do with TFT Image Tools

What can we do with TFT Image Tools

This application provides functions for manual crop and resize images in high quality mode, without any deformation. Also, while importing, application automatically reduces large images respecting the dimensions of your TFT display.

View full image

ALSO FROM THIS AUTHOR

Images to external resource converter

5

Fast and easy convert images to external resource file for MikroC, MikroBasic and MikroPascal Projects. Import function support jpg,bmp,png,gif, tiff formats and multiple files selection. All images will be converted to 16-bit format in one file compatible with TFT_Ext_Image function.

[Learn More]

Let's make games

5

This library is essentially a part of my previous project 'TFT Graphics library' but for future development and new versions I must them separated. Watch my video and try my libraries.

[Learn More]

HID.NET USB LIBRARY (Temperature sensors, ADC)

5

Easy way to connect your PC and microcontroller via USB with NetHidLibrary. This project read temperature on DS1820 / LM35 sensors and Adc value on potentiometer, send data via USB, and display values on PC. Just include NetHIDLibrary.dll in your VB or C# code and easy exchange data between PC and development board.

[Learn More]