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.

Generate Shapes using Verilog

Status
Not open for further replies.

hubakboy

Newbie level 4
Newbie level 4
Joined
Jan 4, 2014
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
32
Is its possible to display shapes (specifically a square or a rectangle) on a LCD screen connected through a FPGA board by using Verilog HDL??
 

Can you show me some source codes or references in generating these shapes?? I would really appreciate it. :)
 

hubakboy,



What you are requesting refers to a specific implementation of a code program using some amount of libraries.
Better you start with a simplest design requirement ( e.g. "How to interface graphic LCD with Verilog" ) and gradually develop desired routine. Taking a look on forum previous questions related to this subject, could find this one which apparently could answer your need.

https://www.edaboard.com/threads/262755/





+++
 
A Verilog code to display a simple rectangle through the LCD screen. Still too vague?

In a sense it is still vague, as it largely depends of the specific type of LCD to which you refer.

Are you referring to a monochrome GLCD, TFT LCD, etc.

In either case as Andre has pointed out, the first step would be to define the specific LCD and develop an interface to drive that device.

Once this task has been accomplished, developing methods of generating rudimentary shapes can be undertaken.


BigDog
 

Thank you for your replies! But I think I made an error in typing.. What I meant is that I aim to display the square or rectangle to a LCD monitor connected through the FPGA, not the LCD screen that lies within the board. Will I still go with interfacing LCD with Verilog as what andre_teprom suggested or will this require another way to implement this? Appreciate the help once again. :)
 

Sounds like you want to design a graphic display controller. You should decide for a display interface, e.g. VGA, DVI and an image resolution.

Example designs can be found on the internet.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top