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]
Rating:
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
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".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1726612142_ili9488_demo_on__mikroc ai_arm.zip [8.67MB] | mikroC AI for ARM |
|
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