TOP Contributors

  1. MIKROE (2656 codes)
  2. Alcides Ramos (353 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 (136840 times)
  2. FAT32 Library (69995 times)
  3. Network Ethernet Library (55986 times)
  4. USB Device Library (46293 times)
  5. Network WiFi Library (41895 times)
  6. FT800 Library (41204 times)
  7. GSM click (29012 times)
  8. PID Library (26422 times)
  9. mikroSDK (26391 times)
  10. microSD click (25384 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
Example

LED DISPLAY 2416 (HT 1632) DRIVER

Rating:

0

Author: Davor Bogdanović

Last Updated: 2012-04-18

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Graphics & LCD

Downloaded: 899 times

Not followed.

License: MIT license  

Code is for running 2416 Shure electronics LED display. It displays two sentences by scrolling from right to left. Choosing a sentence is done over external interrupt triggered with INT0 pin. Code was written for AVR atmega 128 microcontroller. It can be easily modified and additional functionality can be added.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "LED DISPLAY 2416 (HT 1632) DRIVER" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "LED DISPLAY 2416 (HT 1632) DRIVER" changes.

Do you want to report abuse regarding "LED DISPLAY 2416 (HT 1632) DRIVER".

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

Example Blog

Example video

Displays two different sentences

Watch on YouTube

RELATED CODES

x10 TFT Touch Contoller P18F4685

5

Uses MikroE TFT 320 X 240 Display to send and receive x10 commands. Started with VisualTFT, still a little buggy. Therefore, only MikroCPro source code is provided. Schematics, Description and Picture. Not perfect, but works.

[Learn More]

3-Wire Serial LCD Using 74HC595

1

I have modified the Serial LCD Code written by Rajendra Bhatt and have written a Serial LCD Code. The functions is used like Serial_LCD_Out(1,1,&quot;Serial LCD&quot;); Serial_LCD_Chr(2,1,'?'); Serial_LCD_Cmd(_LCD_CLEAR);

[Learn More]

8x8 Bicolor LED Matrix Display Driver Library

0

This library is a complete layered design consisting of device driver, graphical and text libraries on top of that to make a complete bi-color led matrix module. The hardware and complete discussion on project is given in my book, available at : https://www.scribd.com/doc/238922451/Making-LED-Matrix-Displays

[Learn More]