TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (405 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (133 codes)
  5. Bugz Bensce (97 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 (141960 times)
  2. FAT32 Library (75149 times)
  3. Network Ethernet Library (59420 times)
  4. USB Device Library (49412 times)
  5. Network WiFi Library (45228 times)
  6. FT800 Library (44814 times)
  7. GSM click (31379 times)
  8. mikroSDK (30365 times)
  9. microSD click (27741 times)
  10. PID Library (27595 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

TM1638 Led&Key

Rating:

0

Author: John Snow

Last Updated: 2017-07-20

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Graphics & LCD

Downloaded: 1461 times

Not followed.

License: MIT license  

$1 LED&KEY module

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "TM1638 Led&Key" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "TM1638 Led&Key" changes.

Do you want to report abuse regarding "TM1638 Led&Key".

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

Example Blog

TM1638

TM1638

TM1638

View full image

RELATED CODES

Lib Lcd I2C com CI - PCF8574 - ARM

1

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]

ST7735 with STM32

5

This example uses the ST7735 with the STM32F103C8T6. The example was designed to be simple to use and modify by the user.

[Learn More]

LCD_2x16_I2C_BLACK_PILL_Version2

0

I share with you other library to use the lcd2x16 throught i2c for the microcontrollers stm32. This library is an adaptation of a library for the avr mcu´s of Jayanth Devarayanadurga, which you can find on this website.

[Learn More]