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 (139256 times)
  2. FAT32 Library (71751 times)
  3. Network Ethernet Library (57122 times)
  4. USB Device Library (47430 times)
  5. Network WiFi Library (43082 times)
  6. FT800 Library (42404 times)
  7. GSM click (29835 times)
  8. mikroSDK (28078 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]

< Back
Example

Nokia 96x64 pixel and BMP picture

Rating:

0

Author: Paulfjujo

Last Updated: 2016-04-18

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Graphics & LCD

Downloaded: 332 times

Not followed.

License: MIT license  

Test diplay of BMP monochrome picture
with a Nokia 96x64 pixel (instead of classic 84x48)
Original library for 84x48 modified to support nexw dimensions.
External program paintuino to build the BMP mikroC table
wich represent the picture.
MCU 18F4685 with bootloader 96K of Flash rom program
usefull to store picture in it.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Nokia 96x64 pixel and BMP picture" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Nokia 96x64 pixel and BMP picture" changes.

Do you want to report abuse regarding "Nokia 96x64 pixel and BMP picture".

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

Example Blog

Blog currently doesn't exist!

ALSO FROM THIS AUTHOR

Test with 16F877 on a Microchip IRDABoard

5

Test with many functions -ADC reading with averrage value displaying in point & floating point -LDC 2x16 and UART output -RTC1307 for date and time -EEprom 24LC256 to storie up to 16000 integer values -Dialogue with terminal for RTC update or driving leds ON/OFF - Use of EEPROM Pic to store messages - Use of Code area to store Messages

[Learn More]

LCD 4x20 car driven by a PCF8754 with I2C protocol

9

Usuall commande for a LCD 4x20 cars Onky need 2 pins SCL and SA I2C bus , so need I2C hardware library. The hardware is defined outside this library I2C adress of PCF8574A is NOT the same as PCF8754 , so pay attention.. Improvement can be donne if use of existing LCD_Constant part of library. It is my first lib, so be indulgent..

[Learn More]