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



Rockbox mail archive

Subject: A few questions about the button code in gwps

A few questions about the button code in gwps

From: Simon M. <simon.me_at_gmail.com>
Date: Sun, 18 Jun 2006 22:06:43 +0200

Hello,

I have a few questions about the button code in gwps.c

On some button definitions in this code this is used, on some not:

  FOR_NB_SCREENS(i)
    gui_wps[i].display->stop_scroll();

when do I have to call stop_srcoll in my own button code and can it do harm
to call it for every actions I program for my own buttons (right now I use
the REC button to go show the playlist for instance)?

Another thing, on Line 349 is this code:

#ifdef WPS_RC_PAUSE
            case WPS_RC_PAUSE:
                if (global_settings.party_mode)
                    break;

This would mean that it isn't possible to pause with the remote when in
party mode. Right? Why?

Can someone tell me If the second quick menu (currently only for archos) is
really target specific or if it should be not too hard to apply it to iriver
Hxx?

And one last question: Is the button implementation of the H3xx different to
the H1xx series? If it is, could someone give me a short explanation in
which way or point me to some information? I'm asking this because my patch
http://www.rockbox.org/tracker/task/5555 seems to have an unwanted side
effect which I just can't see how this can be.

I'm sorry if I'm asking dumb newbie questions. I only started prgogramming
in C recently.

Rincewind
Received on 2006-06-18

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