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]
Rating:
Author: MIKROE
Last Updated: 2019-07-30
Package Version: 1.0.0.1
mikroSDK Library: 1.0.0.0
Category: LCD
Downloaded: 5253 times
Not followed.
License: MIT license
LCD mini click displays 16x2 monochrome characters on an LMB162XFW LCD display. It features the MCP23S17 port expander and the MCP4161 digital potentiometer, both from Microchip. LCD mini click is designed to run on either 3.3V or 5V power supply.
Do you want to subscribe in order to receive notifications regarding "LCD mini click" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "LCD mini click" changes.
Do you want to report abuse regarding "LCD mini click".
Library Description
The library covers all the necessary functions to control LCD mini Click board.
Key functions:
void lcdmini_setContrast( uint8_t contrastValue )
- Set contrast function.uint8_t lcdmini_getInterrupt()
- Get interrupt function.void lcdmini_hwReset()
- Hardware reset function.Examples description
The application is composed of the three sections :
void applicationTask() { for( cnt = 0; cnt < 8; cnt++ ) { SPI_Lcd_Cmd( _LCD_SHIFT_LEFT ); Delay_ms( 500 ); } for( cnt = 0; cnt < 16; cnt++ ) { SPI_Lcd_Cmd( _LCD_SHIFT_RIGHT ); Delay_ms( 500 ); } for( cnt = 0; cnt < 8; cnt++ ) { SPI_Lcd_Cmd( _LCD_SHIFT_LEFT ); Delay_ms( 500 ); } }
Additional Functions :
Other mikroE Libraries used in the example:
SPI
SPI_Lcd
Lcd_Constants
Port_Expander
PWM
UART
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 click or RS232 click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.