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]
Author: Bugz Bensce
Last Updated: 2020-04-30
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 511 times
Not followed.
License: MIT license
Download [258.76KB]This project is based on the PCF8574 i2c based port expander which is used for Serial character LCDs which are themselves based on the popular Hitachi 44780 lcd driver.
The PIC16F887A is used as the Micro-controller (Master device). There's also a Proteus simulation file as well as a schematic diagram accompanying the project.
Author: Armstrong Subero
Last Updated: 2019-03-17
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: OLED
Downloaded: 444 times
Not followed.
License: MIT license
Download [96.57KB]This example demonstrates how to use the SSD1306 OLED using the PIC32 microcontroller and XC32 compiler.
[learn more]Author: S P
Last Updated: 2019-02-18
Package Version: 1.0.0.0
Category: OLED
Downloaded: 2370 times
Not followed.
License: MIT license
Download [197.98KB]This is an example that shows how to interface PIC18F46K22 microcontroller with SSD1306 OLED display in I2C mode.
[learn more]Author: Alcides Ramos
Last Updated: 2019-02-15
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 1909 times
Not followed.
License: MIT license
Download [157.36KB]HANDLING THE OLED SCREEN SD1306 WITH MIKROC, BY I2C SOFTWARE AND HARDWARE
Video:
https://youtu.be/lBFj261LQBk
Subscribe to my youtube channel
Author: jumboelettronica
Last Updated: 2018-12-26
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 757 times
Not followed.
License: MIT license
Download [288.23KB]Library with sample code for TFT ILI9341 2.4 inc.
Extremely simple and ultra-tested, it uses very little memory of the PIC18, including the use of the touch screen!
For detailed info of the library, connected to my site (Italian):
jumboelettronica.altervista.org
Libreria con codice di esempio per dispaly TFT ILI9341 da 2,4 inc.
Author: Mladen Ilicic
Last Updated: 2018-12-20
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Graphics & LCD
Downloaded: 346 times
Not followed.
License: MIT license
Download [11.08KB]Yet another basic driver for I2C adapter for LCD 16x2, but no library, and code eficient
[learn more]Author: Ebrahim Rahmanian
Last Updated: 2018-12-19
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 198 times
Not followed.
License: MIT license
Download [50.20KB]Author: Alcides Ramos
Last Updated: 2018-10-15
Package Version: 1.0.0.0
Category: LCD
Downloaded: 1325 times
Not followed.
License: MIT license
Download [66.44KB]Author: Nelson Lima
Last Updated: 2018-10-13
Package Version: 1.0.0.0
Category: Graphics & LCD
Downloaded: 636 times
Not followed.
License: MIT license
Download [1.80KB]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){
}
}
Author: Hex Hexreader
Last Updated: 2018-10-12
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Graphics & LCD
Downloaded: 234 times
Not followed.
License: MIT license
Download [622.47KB]This example provides text display example for the older, obsolete OLED C Click board v1.00.
For EasyPIC v7 Devboard and PIC18F45K22 or PIC18F46K22.
Font is borrowed from the newer OLED C Click example, so is copyright ME