display

RIVERDI HIGH BRIGHTNESS IPS TFT MODULES WITH MULTI TOUCH GESTURES AND HIGH PRECISION

RIVERDI HIGH BRIGHTNESS IPS TFT MODULES WITH MULTI-TOUCH, GESTURES, AND HIGH-PRECISION

We know Riverdi for its high-quality display solutions in home automation devices and even in industrial equipment. Riverdi has released the High Brightness IPS Thin-Film Transistor Modules in three different screen sizes. You might have seen the popular Newhaven 4.3″ EZ Grip IPS TFT Display, which is somewhat similar to this product. The company says, Riverdi High Brightness IPS TFT […]

RIVERDI HIGH BRIGHTNESS IPS TFT MODULES WITH MULTI-TOUCH, GESTURES, AND HIGH-PRECISION Read More »

PIC12F675 based digital clock

PIC12F675 based digital clock using LCD display (Code + Proteus simulation)

This post provides a simple digital clock implementation using PIC12F675 microcontroller and an LCD display. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section at the bottom of this page. In this article, it is assumed that you know, How to interface LCD with

PIC12F675 based digital clock using LCD display (Code + Proteus simulation) Read More »

PIC16F84A based digital clock using LCD display

PIC16F84A based digital clock using LCD display (Code+Proteus simulation)

This post provides a simple digital clock implementation using PIC16F84A microcontroller and an LCD display. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section at the bottom of this page. In this article, it is assumed that you know, How to interface LCD with

PIC16F84A based digital clock using LCD display (Code+Proteus simulation) Read More »

PIC16F877 based digital clock using LCD display

PIC16F877 based digital clock using LCD display (Code+Proteus simulation)

This PIC16F877 microcontroller tutorial answers the question, ” How to implement a digital clock using PIC16F877 ? ”   Using PIC16 simulator (Proteus) you can verify this digital clock code and change it according to your needs. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from

PIC16F877 based digital clock using LCD display (Code+Proteus simulation) Read More »

Seven segment display 4 digit For CSS Compiler

#include <16F877.h> #device adc=8 #fuses NOWDT,HS, NOPUT, NOPROTECT, BROWNOUT, NOLVP, NOCPD, NOWRT, NODEBUG #use delay(clock=4000000) #define sw_up pin_a0 // SWITCH UP #define sw_down pin_a1 // SWITCH DOWN INT16 COUNT; int8 A,B,C,D; //int8 segment[10] ={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};//common anode int8 num[10] ={ 0x3F,0x06,0x5B,0x4F,0x66,0x6D,0x7D,0x27,0x7F,0x6F};//common cathode 0 1 2 3 4 5 6 7 8 9 // 0 1 2

Seven segment display 4 digit For CSS Compiler Read More »

MEET THE TIGARD BOARD A NEW FT2232H BASED USB SERIAL ADAPTER DEBUGGERS

MEET THE TIGARD BOARD; A NEW FT2232H-BASED USB SERIAL ADAPTER/DEBUGGERS

SecurityHardware.com is set to take FT2232H-based USB Serial Adapters and Debuggers to the Next Level. The Portland-based company will soon be launching a Crowdfunding campaign for its latest design, an open-source FTDI FT223H-based multi-protocol, multi-voltage hardware hacking device called Tigard. Tigard is a one-stop board for developers looking for something a little more than the average USB-UART debugging tool. Speaking

MEET THE TIGARD BOARD; A NEW FT2232H-BASED USB SERIAL ADAPTER/DEBUGGERS Read More »

CREE ADDS RGB SURFACE MOUNT LEDS FOR COLOR DIRECTIONAL SIGNAGE

CREE ADDS RGB SURFACE-MOUNT LEDS FOR COLOR DIRECTIONAL SIGNAGE

Cree has announced the CV94D-FCC LED that integrates three emitters in a compact surface-mount device (SMD) package. The package includes tightly packed red, green, and blue (RGB) emitters enabling full-color signs or displays based on solid-state lighting (SSL) technology. Cree identified the target application as intelligent transportation systems, with a primary example being dynamically changeable signs that

CREE ADDS RGB SURFACE-MOUNT LEDS FOR COLOR DIRECTIONAL SIGNAGE Read More »

ALPHANUMERIC DISPLAY DRIVERS CIRCUIT WITH PIC16F874 HI TECH C

ALPHANUMERIC DISPLAY DRIVERS CIRCUIT WITH PIC16F874 HI TECH C

Pic16f874p alphanumeric LED display driver circuit board with microcontroller builds on the applied bred led display 74HC238, 74HC238 is driven by com also has a connection with max233 pcb printed circuit drawing in addition to the (eagle) there. PIC… Electronics Projects, Alphanumeric Display Drivers Circuit with PIC16F874 Hi tech C “hi tech c examples, microchip projects, microcontroller projects,

ALPHANUMERIC DISPLAY DRIVERS CIRCUIT WITH PIC16F874 HI TECH C Read More »