TOP Contributors

  1. MIKROE (2751 codes)
  2. Alcides Ramos (372 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 (139060 times)
  2. FAT32 Library (71592 times)
  3. Network Ethernet Library (56989 times)
  4. USB Device Library (47330 times)
  5. Network WiFi Library (43006 times)
  6. FT800 Library (42297 times)
  7. GSM click (29777 times)
  8. mikroSDK (27874 times)
  9. PID Library (26858 times)
  10. microSD click (26129 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: 18 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

Resources Creator

5

Tool to create the resource file (.RES) to be loaded on the microSD or to import into the source C code.

[Learn More]

TFT Library

0

TFT library, it was built with MikroC PRO for PIC for TFT with HX8347-A controller it is compatible with MikroE library

[Learn More]

LV-MaxSONAR EZ3 Sweeping SONAR on TFT Display

0

This is a fun project with a ST7735 TFT Display, MG90 Servo & LV-MaxSONAR EZ3 analogue SONAR sensor. A MSP430F5529LP micro is used to drive the servo motor in steps and read the SONAR echoes. The SONAR is swept from 0 - 180 degrees and the echoes are displayed on the ST7735 TFT. The code is written with TI's Code Composer Studio.

[Learn More]