Forum - MCS Electronics

 

FAQFAQ SearchSearch RegisterRegister Log inLog in

To display basic graphic or text on tv screen

 
Post new topic   Reply to topic    www.mcselec.com Forum Index -> Various
View previous topic :: View next topic  
Author Message
cloudnine

Bascom Member



Joined: 29 May 2007
Posts: 58

blank.gif
PostPosted: Fri Jan 25, 2008 1:57 pm    Post subject: To display basic graphic or text on tv screen Reply with quote

Good evening to you all. I think the title displays my question. Is it possible to utilise bascom and a Mega chip to display some basic pictures or text on a tv screen. I was looking at perhaps temparature control or what ever really to come up on a portable tv. Does that give you fine people enough information ?? Thank you again in antisipation.
Back to top
View user's profile
AdrianJ

Bascom Expert



Joined: 16 Jan 2006
Posts: 2483
Location: Queensland

australia.gif
PostPosted: Tue Jan 29, 2008 7:44 am    Post subject: Reply with quote

See AN #156 - VGA AVR - BASCOM Video controller on the MCS-Bascom Website.
_________________
Adrian Jansen
Computer language is a framework for creativity
Back to top
View user's profile Visit poster's website
cloudnine

Bascom Member



Joined: 29 May 2007
Posts: 58

blank.gif
PostPosted: Tue Jan 29, 2008 1:58 pm    Post subject: Reply with quote

Yes, many thanks for that although I have already taken a look at that file. I was hoping for (and may be wishful thinking) looking for perhaps a simpler project. I relate to the old black and white "tele tennis" game where there was simply two white bats that moved vertically at the side of the screen and a square white ball that would bounce around. I am attemping to display simply black and white graphics on a small vga/tv screen to end up with simulated temp and fuel gauges etc to eventually be a car dash board - yes EVENTUALLY !!!!! Many thanks again.
Back to top
View user's profile
AdrianJ

Bascom Expert



Joined: 16 Jan 2006
Posts: 2483
Location: Queensland

australia.gif
PostPosted: Tue Jan 29, 2008 9:57 pm    Post subject: Reply with quote

If you want a working AVR > VGA system, to take all the hard stuff out, google for Dontronics or 4dSystems MicroVGA stuff. He has boards which convert ASCII text string commands to VGA output. Then you can concentrate on the car systems and sensors, rather than stuff which is already done.
_________________
Adrian Jansen
Computer language is a framework for creativity
Back to top
View user's profile Visit poster's website
cloudnine

Bascom Member



Joined: 29 May 2007
Posts: 58

blank.gif
PostPosted: Mon Feb 04, 2008 1:56 pm    Post subject: Reply with quote

Many thanks for all your help I will take the time to investigate Google.
Kindest regards.
Back to top
View user's profile
PatM

Bascom Member



Joined: 25 Oct 2004
Posts: 104

PostPosted: Sat Feb 16, 2008 2:59 pm    Post subject: Reply with quote

You can also look at

http://www.multilabs.net/index.html for some simple TV or VGA output from a microcontroller.

http://www.parallax.com have a "Propeller" microcontroller which can output TV or low res VGA (4 color) with only a few resistors. I made a three temperature datalogger for our gardener with one of these with 320x240 QVGA output. It has the speed to do higher res but not the memory for a screen buffer.

Most of the development work by the community it geared to NTSC and PAL so not a whole lot of attention has gone to sprucing up the VGA aspect. Fonts are a particular problem for VGA as the ROM font is huge for QVGA and nobody has looked at a color 8x12-ish sized font for VGA displays. Lots of fun to be had with this chip but I'm holding out for version 2.0 (year or two away) which will have the memory for XGA displays with thousands of colors
Back to top
View user's profile
ZbeeGin

Bascom Member



Joined: 24 May 2004
Posts: 76
Location: Swietochlowice, Poland

poland.gif
PostPosted: Mon Feb 18, 2008 8:47 am    Post subject: Reply with quote

A simple module AVRTV with ATMega8 on board. You only need to connect RS232 (TTL) do send control and data.
The source code are written in AVRGCC.

http://elportal.pl/ftp_05/200802avt2853.zip (source /polish remarks/, pcb, hexfile).

Part List:
---------------------
R1 - 100k
R2 - 470ohm
R3 - 1k
R4 - 330ohm
R5 - 330ohm
R6 - 75ohm
R7 - 10k

C1 - 100nF
C2 - 47uF
C3 - 1nF
C4 - 27pF
C5 - 27pF

D1 - BAT42
T1 - BC557
T2 - BC547
IC1 - ATMega8 PC

X1 - 16MHz crystal

_________________
I hope You will understood my worse english Smile
Back to top
View user's profile Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    www.mcselec.com Forum Index -> Various All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum