Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: RE: Recorder LCD and UI ideas

RE: Recorder LCD and UI ideas

From: <Henri.David_at_nokia.com>
Date: Tue, 2 Apr 2002 11:26:38 +0300

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
Received on 2002-04-02

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy