lcd

Schematic Displaying ScrollingMoving text on 16x2 lcd Using Pic16f877 and Pic18f452 Microcontroller

Displaying Scrolling(Moving) text on 16×2 lcd Using Pic16f877 and Pic18f452 Microcontroller

Displaying moving or scrolling text on lcd(16×2,8×1,16×4,8×2,16×1,20×1,20×2 etc) is very easy. You just need to know how to efficiently use lcd commands.In this project i am using pic 16f877 microcontroller to display text and then scroll it on the lcd. The lcd which i am using is 16×2. Where 16 represents number of coulombs and

Displaying Scrolling(Moving) text on 16×2 lcd Using Pic16f877 and Pic18f452 Microcontroller Read More Β»

LCD Module Display 4 line For CSS Compiler

#include <16F877.h> #device adc=8 #fuses NOWDT,HS, NOPUT, NOPROTECT, BROWNOUT, NOLVP, NOCPD, NOWRT, NODEBUG #use delay(clock=4000000) #include <Lcd_4bit.c> int16 value1,value2,value3,value4; void main(){ setup_adc_ports(NO_ANALOGS); setup_adc(ADC_OFF); set_tris_d(0x00); lcd_init(); lcd_row_col(1,0); lcd_putc(“Electrical Power”); delay_ms(20); lcd_row_col(2,0); lcd_putc(“Loei Technical “); delay_ms(20); lcd_row_col(3,0); lcd_putc(“www.kchimicro “); delay_ms(20); lcd_row_col(4,0); lcd_putc(“Pic controller “); delay_ms(5000); lcd_Clear(); lcd_init(); while(true){ value1 = 2568; value2 = 1278; value3 = 8887;

LCD Module Display 4 line For CSS Compiler Read More Β»

LCD Module Display 2 line For CSS Compiler

#include <16F877.h> #device adc=8 #fuses NOWDT,HS, NOPUT, NOPROTECT, BROWNOUT, NOLVP, NOCPD, NOWRT, NODEBUG #use delay(clock=4000000) #include <Lcd_4bit.c> int16 value,value1; void main(){ setup_adc_ports(NO_ANALOGS); setup_adc(ADC_OFF); set_tris_d(0x00); lcd_init(); lcd_row_col(1,0); lcd_putc(“Electrical Power”); delay_ms(20); lcd_row_col(2,0); lcd_putc(“Loei Technical “); delay_ms(5000); lcd_Cls(); while(true){ value = 2568; value1 = 1278; //================================== lcd_row_col(1,0); Lcd_putc(“setpoint=”); hex_bcd(value);lcd_row_col(1,9);sent_Lcd(); //delay_ms(100); //================================== lcd_row_col(2,0); Lcd_putc(“Value=”); hex_bcd(value1);lcd_row_col(2,6);sent_Lcd(); delay_ms(100); } }  

LCD Module Display 2 line For CSS Compiler Read More Β»

MP3 player on a chip from On Semi

MP3 player on a chip from On Semi

ON Semiconductor, driving innovation in energy efficiency, has introduced a new MP3 capable device to support both record and playback in portable MP3 audio applications where there is a strong requirement for miniaturization, reduced bill of materials (BoM) and reduced cost. The LC823430TA audio processing system provides a single-chip solution by integrating digital signal processing

MP3 player on a chip from On Semi Read More Β»

VoIP chip for high end phones

VoIP chip for high-end phones

SC14453 Green VoIP processor includes class-leading integrated audio, security and graphics functions Kirchheim/Teck, Germany, 26 March 2012Β Dialog Semiconductor plc(FWB:Β DLG), a provider of highly integrated innovative power management, audio and short range wireless technologies, today announced a high performance VoIP phone chipset, the SC14453. The single chip processor enters Dialog’s VoIP portfolio as its flagship product

VoIP chip for high-end phones Read More Β»