HC595 LCD Serial Interface Module

SKU: D6-5
In Stock
EGP 35.000 exc. vat
In Stock

Description

Features:

  • use any GPIO to drive the LCD so you can use the I2C pins in other functions.
  • small form factor to be used in the back of all Character LCD type ie 16×2,16×4 and 20×4.
  • only two pins need (Data,clock) and this will be configurable in your code.
  • regular POT to adjust LCD’s Contrast.
  • simple Arduino Lib like normal LCD lib functions also can be ported to other compiler.
  • download the Arduino Library from this link

Sample Arduino Code:

//Example written by UGE Technical Team @uge-one.com

#include <Wire.h>

#include <LiquidCrystal_SR.h>

LiquidCrystal_SR lcd(8,7,TWO_WIRE);

//                   | |

//                   | — Clock Pin

//                   —- Data/Enable Pin


void setup(){


  lcd.begin(16,2);               // initialize the lcd

  lcd.home ();                   // go home

  lcd.print(“LiquidCrystal_SR”);

}


void loop(){

  // set the cursor to column 0, line 1

  // (note: line 1 is the second row, since counting begins with 0):

  lcd.setCursor(0, 1);

  // print the number of seconds since reset:

  lcd.print(millis() / 1000);

}

Additional information

Weight 0.008 kg

Brand

UGE Electronics

UGE Electronics
UGE Electronics

Reviews

There are no reviews yet.

Be the first to review “HC595 LCD Serial Interface Module”

Refund Policy for UGE Electronics “Https://uge-one.com “

 

1. Returns and Refunds

Thank you for shopping at UGE Electronics “Https://uge-one.com “. If you are not entirely satisfied with your purchase, we’re here to help.

 

2. Eligibility for Refund

To be eligible for a refund, please make sure that:

– The item was purchased in the last 14 days.

– The item is in the original packaging.

– The item isn’t used or damaged.

 

3. How to Initiate a Refund

To initiate a refund, please contact our customer support at [[email protected]] or [01066552125]. Provide your order number and details about the product you would like to return.

 

4. Refund Processing Time

Once we receive your item, we will inspect it and notify you that we have received your returned item. We will immediately notify you on the status of your refund after inspecting the item.

If your return is approved, we will initiate a refund to your credit card (or original method of payment). You will receive the credit within a certain amount of days, depending on your card issuer’s policies.

 

5. Shipping Costs

Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.

 

6. Exchanges

If you wish to exchange an item, please contact our customer support. You will be responsible for the return shipping costs, and we will cover the shipping costs of the replacement item.

 

7. Damaged or Defective Items

If you received a damaged or defective product, please contact us immediately for assistance. We will work with you to resolve the issue promptly.

 

8. Contact Information

If you have any questions about our Refund Policy, please contact us at [[email protected]].

 

Important Note: This Return & Refund Policy is applied only for Orders invoiced VIA UGE Electronics, and regarding any Orders has been invoiced VIA any Other Vendor you can check the Return & Refund Policy of this Vendor VIA the Vendor Stroe Page, and it’s not our responsibility for any issue between you and the Vendor.

Product Enquiry

Please Login to make enquiry about this product