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: Nelson Lima
Last Updated: 2019-03-09
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 606 times
Not followed.
License: MIT license
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){
}
}
Do you want to subscribe in order to receive notifications regarding "Lib Lcd I2C com CI - PCF8574 - ARM" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "Lib Lcd I2C com CI - PCF8574 - ARM" changes.
Do you want to report abuse regarding "Lib Lcd I2C com CI - PCF8574 - ARM".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1539463924_lib_lcd_i2c_com__mikroc_arm.zip [1.26KB] | mikroC PRO for ARM |
|