TOP Contributors

  1. MIKROE (2657 codes)
  2. Alcides Ramos (354 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 (136892 times)
  2. FAT32 Library (70029 times)
  3. Network Ethernet Library (56003 times)
  4. USB Device Library (46308 times)
  5. Network WiFi Library (41934 times)
  6. FT800 Library (41228 times)
  7. GSM click (29020 times)
  8. PID Library (26434 times)
  9. mikroSDK (26401 times)
  10. microSD click (25387 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

Test Afficheur LCD 8x24

Rating:

0

Author: Bernard Mairot

Last Updated: 2016-02-18

Package Version: 1.0.0.0

Category: Graphics & LCD

Downloaded: 821 times

Followed by: 1 user

License: MIT license  

Test d'un afficheur LCD 8 lignes 24 caractéres avec controlleur M50530 :

Programme principal et module pouvant servir de bibiothéque pour Library Manager en utilisant Package Manager.

Documentations et photos du test fournit

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Test Afficheur LCD 8x24 " changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Test Afficheur LCD 8x24 " changes.

Do you want to report abuse regarding "Test Afficheur LCD 8x24 ".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Blog is not available at the moment!

RELATED CODES

GLCD Resistor Capacitor Calculator

0

This is a simple resistor-capacitor code calculator. Its user needs to state the colour of the band or the number inscribed in a resistor/capacitor and it'll give the value of that part. A monochrome GLCD is driven by a PIC18F242 and used to make the graphical interface. The code is written with CCS PIC C compiler.

[Learn More]

Raystar RS0010 OLED display controller initialization library

5

Raystar RS0010 OLED display controller initialization library The purpose of this library is to properly initialize OLED displays with Raystar RS0010 OLED display controller. It is fully compatible with MikroElektronika's LCD library and requires exactly the same global variables. Instead of using Lcd_init(), you should use RS0010_Init().

[Learn More]

Interface PIC12F675 with LCD display

0

This is a small example shows how to interface PIC12F675 with LCD display (16x2 and 20x4). The LCD is connected to a serial-in parallel-out shift register(74HC164, 74HC595, CD4094.....).

[Learn More]