TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (387 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (120 codes)
  5. Bugz Bensce (97 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 (140162 times)
  2. FAT32 Library (72618 times)
  3. Network Ethernet Library (57641 times)
  4. USB Device Library (47953 times)
  5. Network WiFi Library (43552 times)
  6. FT800 Library (42941 times)
  7. GSM click (30140 times)
  8. mikroSDK (28668 times)
  9. PID Library (27053 times)
  10. microSD click (26552 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

ILI9488 Demo on CLICKER 4 for STM32

Rating:

0

Author: Bob Hunt

Last Updated: 2024-09-18

Package Version: 1.0.0.0

Category: TFT

Downloaded: 52 times

Not followed.

License: MIT license  

Driver supports
Circles
Filled Circles
Boxes (rectangular filed)
Lines (make you own box)
Reads picture files, .h's 16bit (565) and 24bit (666) formats
Text, with the below fonts (came from MikroE)
Tahoma_Regular 6, 7, 8, 10, 14, 16, 18 pt
Exo_2_Condensed_Regular 10x16,15x23,21x32 pixels
Roboto_Mono_Regular 11x23 pixels

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "ILI9488 Demo on CLICKER 4 for STM32" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "ILI9488 Demo on CLICKER 4 for STM32" changes.

Do you want to report abuse regarding "ILI9488 Demo on CLICKER 4 for STM32".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC AI for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Make the simple change to automatically disable brightnes when AI compiler is not used
if !defined ( __MIKROC__ )
#define GCC // NOTE timer code only works MIKROE AI compiler at this time
            // this change will now automatically diable brightness code
#endif

RELATED CODES

example Cyrillic fonts for "mikromedia_for_ATMega"

0

based on the example project "MP3" from "mikroC PRO for AVR" - picture, graphic, fonts, music in Russian language :) picture (.RES-file) and music (.mp3-file) from SD-card, Cyrillic koi8 fonts locally (in file resources ) http://youtu.be/sehxhps7cEw

[Learn More]

Preset Touch Calibration for Connect EVE for EVE FT800 Chip

0

Preset Touch Calibration in Visual TFT does not work Properly for EVE FT800 Chip. Use this Code in Debuggin Mode and look how CalibrateConstantsA ...F behave.

[Learn More]

VTFT Resource Editor

0

Tool for editing *.RES files generated by VTFT

[Learn More]