TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (385 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 (139841 times)
  2. FAT32 Library (72209 times)
  3. Network Ethernet Library (57392 times)
  4. USB Device Library (47739 times)
  5. Network WiFi Library (43364 times)
  6. FT800 Library (42700 times)
  7. GSM click (29980 times)
  8. mikroSDK (28439 times)
  9. PID Library (26989 times)
  10. microSD click (26398 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: 39 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

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]

Interfacing PIC18F46K22 MCU with ST7789 TFT display

1

This example shows how to interface PIC18F46K22 microcontroller with ST7789 SPI TFT (240x240 pixel color 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]

TFT Proto 5in - Example

5

TFT Proto 5&quot; carries a 800x480 HT050AWV40T TFT screen covered with a 4-wire resistive touchscreen panel. To drive the 262k-color display, there's an SSD1963 graphic controller with a 8/9/16/24-bit MCU interface. The touchpanel is driven by an advanced STMPE811 controller. TFT Proto 5&quot; uses a 3.3V power supply only.

[Learn More]