TOP Contributors

  1. MIKROE (2650 codes)
  2. Alcides Ramos (350 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (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 (136529 times)
  2. FAT32 Library (69724 times)
  3. Network Ethernet Library (55835 times)
  4. USB Device Library (46167 times)
  5. Network WiFi Library (41797 times)
  6. FT800 Library (40982 times)
  7. GSM click (28920 times)
  8. PID Library (26383 times)
  9. mikroSDK (26276 times)
  10. microSD click (25297 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 i2c_lcd

Rating:

0

Author: Alcides Ramos

Last Updated: 2018-10-15

Package Version: 1.0.0.0

Category: LCD

Downloaded: 1208 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: 584 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: Robin Day

Last Updated: 2018-10-12

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Graphics & LCD

Downloaded: 203 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: 257 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: 465 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: 339 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: 732 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
Project

Serial LCD with 74HC595 Shift register

Rating:

1

Author: Mithun Das

Last Updated: 2018-07-25

Package Version: 1.0.0.0

Category: Graphics & LCD

Downloaded: 390 times

Not followed.

License: MIT license

Download [18.37KB]

Description

When you have pin limitation but you need to use LCD then this code can be used to interface LCD with shift register.
The main code is written by Shawon Shahryiar and I just made some modification for those who are user of mikroC pro for PIC to make the code as like usual LCD code in mikroC. So main credit basically goes to Shawon Shahryiar bro.

[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

GLCD WITH MIKROC AND VISUAL GLCD

Rating:

0

Author: Alcides Ramos

Last Updated: 2018-07-23

Package Version: 1.0.0.0

Category: Graphics & LCD

Downloaded: 348 times

Not followed.

License: MIT license

Download [236.25KB]

Description

show easy interfaz.
GLCD WITH MIKROC AND VISUAL GLCD

video
https://www.youtube.com/watch?v=lAvNNCeBk0U&feature=youtu.be

[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

function to display numbers with a large characters on a 240 * 128 T6963C GLCD display

Rating:

0

Author: Zied ADDED

Last Updated: 2018-07-19

Package Version: 0.0.0.1

Category: GLCD

Downloaded: 453 times

Not followed.

License: MIT license

Download [118.03KB]

Description

This code offers easy programming of a 240 * 128 T6963C GLCD display, it includes a function that allows
to display numbers with large characters.
Videos of another projects that I realized with this similair graphics available on:



[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