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]

Sort By

USER REQUESTS

first | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 last
Carlos Julio Rincon
CarlosPIC

posted on 2016/06/29 11:16:49 PM CEST

Graphics & LCD

Max7219

Hi, im work in a MAX7219 application interfaced with a Atmega48, im using MikroBasic PRO for AVR, i need some library who try with it. Thanks

Oluwaseyi Ilori
oluwaseyi

posted on 2016/05/27 06:58:55 PM CEST

Graphics & LCD

lcd

i am trying to interface an LCD with a PIC16f887 microcontroller but my lcd is on but not displaying anything. i have crosschecked all my connections several times the code is as shown below.

// LCD module connections
sbit LCD_RS at RB4_bit;
sbit LCD_EN at RB5_bit;
sbit LCD_D4 at RB0_bit;
sbit LCD_D5 at RB1_bit;
sbit LCD_D6 at RB2_bit;
sbit LCD_D7 at RB3_bit;

sbit LCD_RS_Direction at TRISB4_bit;
sbit LCD_EN_Direction at TRISB5_bit;
sbit LCD_D4_Direction at TRISB0_bit;
sbit LCD_D5_Direction at TRISB1_bit;
sbit LCD_D6_Direction at TRISB2_bit;
sbit LCD_D7_Direction at TRISB3_bit;
// End LCD module connections

void main(){
ANSEL = 0; // Configure AN pins as digital I/O
ANSELH = 0;
Lcd_Init(); // Initialize LCD
Lcd_Cmd(_LCD_CLEAR); // Clear display
Lcd_Cmd(_LCD_CURSOR_OFF); // Cursor off
Lcd_Out(1,1,"seyi");
}

Dennis Fischer
DinoDen

posted on 2016/05/19 09:01:18 PM CEST

Graphics & LCD

Easy TFT

I am using EasyPicV7 & PIC18F45K22. I am looking for a MikroBasic example of displaying a colour picture on the Easy TFT
display.

Any ideas would be great.
Thanks,
Dennis

serop elmayan
seropelmayan

posted on 2016/05/06 11:05:51 PM CEST

Graphics & LCD

7 segment (microC)

i am using easypicV7 and pic18f45k22 , i want a code that every second the seven segment increase 1 number .. its ok if you give me ideas how to do it

Ricsi
t_ricsi

posted on 2016/02/16 06:52:49 PM CET

Graphics & LCD > LCD

I2C lcd library

I2C library, for 2x16 lcd with pcf8574. (mikroC)

first | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 last