For my assignment, I need to create a Proteus 8 schematic showing Arduino Uno → PCF8574(I2C backpack) → LM016L LCD connections using I2C.
It wasn't too hard to implement basic LCD control (VSS/VDD/VEE/RS/RW/E/D0-D7 → P0-P2,P4-P7). In internet tutorials it typically looks like this:
(SCL and...
Hi guys,
Got an Acer V227Q monitor (AUO T215HVN05 panel) here with a weird issue. Already replaced the LVDS flat cable and the mainboard, but nothing changed. I'm guessing it's a T-CON problem.
It shows vertical lines that pick up the color of whatever is on that part of the screen, and the...
My beloved fellows,
I broke the LCD from my Mitsubishi MSZ-SF23VE3 air conditioner remote control (TYPE: SG15D 1538).
Below is a working one for reference:
And below is the broken one apart showing, the PCB and the broken LCD:
The LCD isn't soldered and just sits on the PCD, making...
Description:
------------
A C program for 8052 microcontroller to display Hello World message on a LCD.
LCD is a 2x16 character type.
Hello must be on the first line.
World on the second line.
Clear the screen after 10 seconds and repeat.
The microcontroller used is...
I'm currently using an Elecrow 7" 800 x 480 LCD panel with an ESP32-S3 and LovyanGFX for my project. I use sprites so the display is quick and smooth and it works well. I use the touch capability to navigate through options. I also use the ESP32 TWAI (CAN) to send data to the display to control...
Hello guys,
I'm dealing with an ESP32s3 microcontroller and I'm using a ILI9488 lcd screen with spi comunication. I use VS Code
The problem is that even when I try to flash my example code the esp32 gets stuck in download mode and reset button needs to be pressed, but after that no image is...
hello,
I'd like to know what's the best combo between a microcontroller and a 1280x800 MIPI LCD screen like this.
Is the ESP32 powerful enough to run that display, knowing that the image on the display will update quite frequently?
what microcontroller (with WIFI connection) is best for that...
Hello Community,
I am Yogesh D from Trident Pneumatics Private Limited, R&D Innovation - Electronics. We are currently using a 16x2 LCD display (model BCB-1602-03C) in the controllers of our dryers. However, we are encountering significant EMI issues that are affecting the display's...
Hey all :)
I'm brand new here.
I have a Pioneer XDJ-XZ player and someone was nice enough to spill a drink on it a few weeks back. I've taken it completely apart to dry/clean/check. There was a few spots of corrosion that I cleaned up, mainly on the LCD's PCB board. I have a new LCD ready to...
I Recently got hold of a dso138 kit, upon finishing the kit I went through testing all of my voltages and everything appears correct. The LED flashes once when powered on but only when the LCD screen is not plugged in. If the screen is plugged in, absolutely nothing happens and when I check my...
Im looking for a LCD display which is programed bitwise for example a 256x256 display will have 9 bits for x position and 9 bits for y position as well as power and any serial communication pins so 20-25 pins.Thanks!Also to be available in EU
Hey,
I'm using the attached LCD driver to drive my LCD. The driver mentions that it has an option of 32Khz in built oscillator that it can use. In terms of programming, does it mean that the clock and the data output that I give to the driver need to be at 32Khz?
Additionally, in an LCD driver...
Does anyone here know where I could get a Longtek 6052 X-S, as mentioned on these websites?
1. https://www.electronicshub.org/digital-alarm-clock/
2. https://makingcircuits.com/blog/how-to-make-a-simple-digital-clock-circuit-explained/
Are there any alternatives to it that works with my...
I am pretty new to this all so forgive me if I didn't post this under the right community since I wasn't 100% sure which one to post in. I have a rangefinder that uses an HT1621B chip that sends signals to a custom 32-pin LCD. I am wondering if there are any MCU or board that has a 32 FFC cable...
Hello, everyone I want to print characters on LCD with Basys3
I am using xilinx tool and verilog.
The LCD screen is illuminated and a square is printed. But characters are not printed
How can I solve this problem?
help me plz..
Hi, i just finished my first soldering, i tried to solder header pins at lcd screen 2x16. And it looks so bad , i pluged it to arduino and screen did not turn on, i think i damaged some part of it but i dont think so and i m not good at arduino as well and i did not pluged it correctly so here's...
Hello. I'm making a voltimeter-amperemeter using an atMEGA328P, L7805, LM358, LCD 16x2 and some other components.
The problem is that even though the LCD turns on, it doesn't show the code or at least the white squares it should, and when I move the potentiometer that goes with it it doesn't...
Hello everyone. Im have some trouble getting an LCD to work with a 4*4 keypad and pic16f690. The code works in proteus, but when i test on the breadboard, will all the same connections, it does not display anything. What could be the problem?
I have attached the code and circuit design below...
Hi
i want to reuse a led screen panle
I have a lvds cable but the cable is not designed for this panel.
And i have a lvds driver for this screen panel
Pls some one tell me which one cable need to be connect
Panel is lvds 1ch 6 bit 30 pin
And the driver is supporting 1ch
This is driver pins
This...
I
want to use two or more adc channel using I2C and lcd. Can someone help me where i am doing wrong? I don't get a code error but also I can't get number on the lcd.
I2c.c
#include <xc.h>
#include "I2c.h"
unsigned char RS, i2c_add, BackLight_State = LCD_BACKLIGHT;
//---------------[ I2C...