Re: GUI for ATMEL AVR
- From: machinamentum@xxxxxxxxx
- Date: 29 Dec 2006 10:41:44 -0800
noone@xxxxxxxxxxxxx wrote:
Hello,
I'm just an electronic hobbyist (and physic teacher).
I'd like to make a sort of chronometer for my Go-Kart.
It's working fine now
(using WinAVR as C compiler
for a microcontroller (uC) ATMEL AVR ATmega8535)
but I use a character LCD display.
I would like to use a graphical LCD now.
But I also would like to have some widgets (like in GTK)
Unfortunately I don't know if it is possible to do it without a minimal
Linux
on the uC (I'm also fond of open source softwares and Linux... of
course)
I guess that having a Linux kernel is too much for a little 8 bits uC
like ATMEL AVR.
I hope you could help me for this.
Regards
As youve indicated the 8535 has a 8 bit MPU with 8Kb of flash and 512
bytes of RAM, so running the Linux kernel, a X windows client-server as
well as apps is out of the question. Even if this hardware was more
capable and a kernel port was already available, running embedded Linux
to implement a graphical timer would be over kill. Embedded Linux
shines in a number of area's especially in devices where network
support is needed.
You can find 'C' source for bresham's line drawing algorithim as well
as any other graphical algorithim you'll need on the net. Your only
real hurdle is finding suitable LCD panel and others have made some
good suggestions.
Good Luck.
Chris
.
- Follow-Ups:
- Re: GUI for ATMEL AVR
- From: machinamentum
- Re: GUI for ATMEL AVR
- References:
- GUI for ATMEL AVR
- From: noone@xxxxxxxxxxxxx
- GUI for ATMEL AVR
- Prev by Date: Re: Newbie question on Atmel AVR expanding program Flash
- Next by Date: Worst case execution time problem
- Previous by thread: Re: GUI for ATMEL AVR
- Next by thread: Re: GUI for ATMEL AVR
- Index(es):
Relevant Pages
|