TOP Contributors

  1. MIKROE (2762 codes)
  2. Alcides Ramos (374 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (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 (139244 times)
  2. FAT32 Library (71743 times)
  3. Network Ethernet Library (57115 times)
  4. USB Device Library (47428 times)
  5. Network WiFi Library (43082 times)
  6. FT800 Library (42403 times)
  7. GSM click (29835 times)
  8. mikroSDK (28073 times)
  9. PID Library (26885 times)
  10. microSD click (26198 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: 26 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

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]

Image slider for PIC32MX7

0

Image slider project for PIC32MX7

[Learn More]

Graphics Test Example for ILI9341 TFT Display

0

An example shows how to interface PIC18F46K22 8-bit microcontroller with ILI9341 TFT display. It shows how to print texts and draw shapes (lines, circles ...). The code was tested with mikroC PRO for PIC version 7.6.0.

[Learn More]