Rockbox.org home
releases
current build
extras FAQ
manual
wiki
docs index mailing lists
IRC
forums bugs
patches



Rockbox mail archive

Subject: RE: Recorder LCD and UI ideas
From: Henri.David_at_nokia.com
Date: 2002-04-02


Hi !

I was thinking about this UI and the way it working at the moment :

 While 1
 | handle buttons
 | Draw screen
 | Refresh
 --

OK that's working, but as I understood, refreshing the screen is causing some buzzing sound. So it could be interresting not to refresh everyting everytime by doing something like :

 While 1
 | handle buttons
 | Draw screen
 | IF (any were done on the screen)
 | then Refresh
 --

An other idea I had is to "freeze" the screen (by pressing a combination of button or something else). This way, when you need high quality recording/playing... you just freeze the screen when you don't need to use it.

Any thoughs about this ?

BR,

Henri



Page was last modified "Mar 9 2008" The Rockbox Crew