TOP Contributors

  1. MIKROE (2662 codes)
  2. Alcides Ramos (357 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 (137029 times)
  2. FAT32 Library (70155 times)
  3. Network Ethernet Library (56033 times)
  4. USB Device Library (46355 times)
  5. Network WiFi Library (41970 times)
  6. FT800 Library (41298 times)
  7. GSM click (29072 times)
  8. mikroSDK (26513 times)
  9. PID Library (26452 times)
  10. microSD click (25440 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
Library

NOKIA 3310-5110 PCD8544 Display for ARM Library

Rating:

5

Author: maytere maytere

Last Updated: 2016-04-27

Package Version: 1.0.0.0

Category: Graphics & LCD

Downloaded: 1324 times

Not followed.

License: MIT license  

This is a library for using popular NOKIA 3310-5110 display with STM32 microcontrollers. Also it includes an example code too.

http://mikrodunya.wordpress.com

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "NOKIA 3310-5110 PCD8544 Display for ARM Library" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "NOKIA 3310-5110 PCD8544 Display for ARM Library" changes.

Do you want to report abuse regarding "NOKIA 3310-5110 PCD8544 Display for ARM Library".

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

Library Blog

At the head of your code you must declare these definitions; // NOKIA 3310 PCD8544 PIN DEFS
sbit nok_res  at GPIOx_ODR.Bx;
sbit nok_sce  at GPIOx_ODR.Bx;
sbit nok_dc   at GPIOx_ODR.Bx;
sbit nok_sdin at GPIOx_ODR.Bx;
sbit nok_sclk at GPIOx_ODR.Bx;

// End of NOKIA 3310 PCD8544 PIN DEFS  

This library includes these functions:

NOKIA_Init(); // Init function of PCD8544 (Before using init function user must set GPIO pins which are used by this library as digital outputs.)

NOKIA_Chr(2,5,'X'); // Put 'X' letter 2. row, 5. column of LCD. There are 6  rows and 14 columns available.

NOKIA_Clear(); // Clear LCD

NOKIA_Out(3,6, "MikroE"); // Print string 3. row, 6. column

NOKIA_Image(mikro_bmp); // Print an image whole LCD (image's array length must be 504 bytes)

NOKIA_Partial_Image(3,38,30,60,asd_bmp); // Print a partial image on 3rd row, 38th pixel of LCD. Image's x_length is 30 pixels and image array has 60 bytes.        

ALSO FROM THIS AUTHOR

NOKIA 3310 NOKIA 5110 PCD8544 LIBRARY

1

This library has print char, print string, print whole lcd image, print partial image and set dot functions. http://mikrodunya.wordpress.com

[Learn More]

DHT11 Humidity and Temperature Sensor Library for mikroC pro for ARM-STM32

0

DHT11_init(); DHT11_Start(); DHT11_Read(); This library has 3 funcitons and reads 5 bytes from the sensor. (2 bytes humidity, 2 bytes temp. and 1 byte checksum)

[Learn More]

DHT11 Humidity and Temperature Sensor Library for mikroC pro for PIC

6

DHT11_init(); DHT11_Start(); DHT11_Read(); This library has 3 funcitons and reads 5 bytes from the sensor. (2 bytes humidity, 2 bytes temp. and 1 byte checksum)

[Learn More]