Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

VGA controller - lcd monitor says input signal out of range

Status
Not open for further replies.

crazy_man1234

Newbie level 6
Joined
Jun 18, 2009
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
uk
Activity points
1,356
VGA controller

Hi

I wrote some code for vga and i tried to display a rectangular boarder \
"if (Row == 0) || (Row == 439) || (Coloum == 0) || (Coloum == 639)
vga_R = 1;
else gva_R = 0;"

But now it can just display only boarder for column @ 0 and 639 and if tries to display any letter or any other column lcd monitor says input signal out of range.

Could any1 suggest an solution

Thanks in advance
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top