TOP Contributors

  1. MIKROE (2779 codes)
  2. Alcides Ramos (376 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 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 (139559 times)
  2. FAT32 Library (72040 times)
  3. Network Ethernet Library (57254 times)
  4. USB Device Library (47607 times)
  5. Network WiFi Library (43219 times)
  6. FT800 Library (42551 times)
  7. GSM click (29930 times)
  8. mikroSDK (28292 times)
  9. PID Library (26930 times)
  10. microSD click (26308 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: 34 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

BitPack Font Library

10

BitPack Font Library contains functions for rendering and measurement of character bitmaps in BitPack format. Fonts in this format can be created using Code Page Font Generator application also available at Libstock. Compared to Visual TFT and GLCD Font Creator, BitPack format saves up 50% of ROM space. It also supports anti-aliased fonts.

[Learn More]

Mikromedia Plus for STM32F746ZG RGB led and CAN demo

0

This project was created as a simple learning projct to get familiar with the VTFT tool and the Mikromedia plus board. It demonstrates the use of the touch display and the the use of the CAN bus interrupt based. The correct clock scheme is included. The project was created with MikroC Pro for ARM V6.0.0 with integrated VTFT. Enjoy!

[Learn More]

Interfacing PIC16F887 with ST7735R TFT display

0

This project shows how to simply connect the PIC16F887 microcontroller with ST7735R 1.8" SPI TFT screen. It shows how to draw text, lines, circles... This project requires ST7735 TFT library for mikroC PRO for PIC compiler.

[Learn More]