Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FATFileSystem N5110_mod SDFileSystem USBDevice mbed
Variables and functions used to adress the nokia 5110 LCD. More...
Functions | |
| N5110 | lcd (PTE26, PTA0, PTC4, PTD0, PTD2, PTD1, PTC3) |
| # IO | |
| void | LCD_init () |
| # LCD functions | |
| void | LCD_set () |
| function to set brightness and PWM frequency values | |
| void | LCD_printMain () |
| function to print main screen to display | |
Variables | |
| float | brightness = 0.32 |
| # LCD variables | |
| float | PWM_freq = 50 |
| current backlight PWM frequency | |
| bool | inverse = false |
| boolean to keep track of screen colour inversion | |
Detailed Description
Variables and functions used to adress the nokia 5110 LCD.
Function Documentation
| N5110 lcd | ( | PTE26 | , |
| PTA0 | , | ||
| PTC4 | , | ||
| PTD0 | , | ||
| PTD2 | , | ||
| PTD1 | , | ||
| PTC3 | |||
| ) |
# IO
defines LCD pins
| void LCD_init | ( | ) |
| void LCD_printMain | ( | ) |
| void LCD_set | ( | ) |
Variable Documentation
| float brightness = 0.32 |
| bool inverse = false |
Generated on Tue Jul 12 2022 13:31:54 by
1.7.2