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 (139245 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]

Categories

Compilers

Architecture

Sort By

Category: Graphics & LCD

first | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 last
Library

Library for TFT 2.4 inc ILI9341 parallel (Cheap Chinese GLCD display) - Libreria per TFT 2,4 inc ILI9341 parallela (Display GLCD cinesi economici)

Rating:

6

Author: jumboelettronica

Last Updated: 2018-12-26

Package Version: 1.0.0.0

Category: Graphics & LCD

Downloaded: 714 times

Not followed.

License: MIT license

Download [288.23KB]

Description

Library with sample code for TFT ILI9341 2.4 inc.
Extremely simple and ultra-tested, it uses very little memory of the PIC18, including the use of the touch screen!
For detailed info of the library, connected to my site (Italian):
jumboelettronica.altervista.org

Libreria con codice di esempio per dispaly TFT ILI9341 da 2,4 inc.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Example

I2C backpack(PCF8574) adapter for LCD (WH1602B)

Rating:

0

Author: Mladen Ilicic

Last Updated: 2018-12-20

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Graphics & LCD

Downloaded: 323 times

Not followed.

License: MIT license

Download [11.08KB]

Description

Yet another basic driver for I2C adapter for LCD 16x2, but no library, and code eficient

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Library

All in One - 7 function and sub 7seg Lib in avr :)

Rating:

0

Author: Ebrahim Rahmanian

Last Updated: 2018-12-19

Package Version: 1.0.0.0

Category: Graphics & LCD

Downloaded: 181 times

Not followed.

License: MIT license

Download [50.20KB]

Description

All in One - 7 function and sub 7seg Lib in avr :)

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Library

library for i2c_lcd

Rating:

0

Author: Alcides Ramos

Last Updated: 2018-10-15

Package Version: 1.0.0.0

Category: LCD

Downloaded: 1292 times

Not followed.

License: MIT license

Download [66.44KB]

Description

show how create and use library in mikroc

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Library

Lib Lcd I2C com CI - PCF8574 - ARM

Rating:

1

Author: Nelson Lima

Last Updated: 2018-10-13

Package Version: 1.0.0.0

Category: Graphics & LCD

Downloaded: 606 times

Not followed.

License: MIT license

Download [1.80KB]

Description

Lib easy LCD(PCF8574) for MikroC ARM-STM32

Enter address board, enable lib i2c2 (port PB_10,PB_11)

Ex:
#include "Lcd_I2C_Lib.h"
unsigned char Lcd_I2C_address = 0x27;
void main() {
I2C2_Init();
Lcd_I2C_Init();
Lcd_I2C_Cmd(_LCD_CLEAR);
Lcd_I2C_Out(1,1,"Test");
Lcd_I2C_Cmd(_LCD_CURSOR_OFF);
while(1){
}
}

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
Abuse Reported
Example

V1.00 OLED C Click - old version board example

Rating:

0

Author: Hex Hexreader

Last Updated: 2018-10-12

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Graphics & LCD

Downloaded: 217 times

Not followed.

License: MIT license

Download [622.47KB]

Description

This example provides text display example for the older, obsolete OLED C Click board v1.00.
For EasyPIC v7 Devboard and PIC18F45K22 or PIC18F46K22.
Font is borrowed from the newer OLED C Click example, so is copyright ME

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

Let's make - Thermal Camera

Rating:

0

Author: MIKROE

Last Updated: 2018-09-13

Package Version: 1.0.0.0

Category: Graphics & LCD

Downloaded: 284 times

Not followed.

License: MIT license

Download [565.90KB]

Description

Thermal camera project with two different screen resolutions composed of mikroMedia Plus for STM32 and IR Grid click board.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

Bidirectional counter with LCD display 16X2 with PIC16F628A

Rating:

0

Author: Larry Blanco Paternina

Last Updated: 2018-08-17

Package Version: 1.0.0.0

Category: Graphics & LCD

Downloaded: 510 times

Not followed.

License: MIT license

Download [57.06KB]

Description

in this project, i am using a PIC16F628A for a Bidirectional counter, and this information is show in a LCD display 16*2.

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

How to capture multiple keys on a 4 * 4 matrix keypad XC8 version

Rating:

0

Author: Alcides Ramos

Last Updated: 2018-08-02

Package Version: 1.0.0.0

Category: LCD

Downloaded: 366 times

Not followed.

License: MIT license

Download [289.86KB]

Description

How to capture multiple keys on a 4 * 4 matrix keypad XC8 version

Subscribe to my youtube channel
https://www.youtube.com/channel/UCAEmDP2EkFOVB6JCKJ9iGGw?view_as=subscribe

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
Project

How to capture multiple keys on a 4 * 4 matrix keypad

Rating:

0

Author: Alcides Ramos

Last Updated: 2018-08-02

Package Version: 1.0.0.0

Category: LCD

Downloaded: 765 times

Not followed.

License: MIT license

Download [91.24KB]

Description

How to capture multiple keys on a 4 * 4 matrix keypad

Subscribe to my youtube channel
https://www.youtube.com/channel/UCAEmDP2EkFOVB6JCKJ9iGGw?view_as=subscribe

[learn more]

supported microcontrollers

  • PIC
  • dsPIC
  • PIC24
  • PIC32
  • AVR
  • 8051
  • ARM
  • Other
  • FT90x
  • RISC-V

supported microcontroller subcategories

supported compilers

  • mikroC
  • mikroBasic
  • mikroPascal
  • Other
  • mikroC AI
  • GCC
  • Clang
  • XC

supported visual tools

  • Visual TFT
  • Visual GLCD
  • Other
  • Visual TFT AI

project contains

  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

archive format

  • mpkg
  • zip
  • rar
No Abuse Reported
first | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 last