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: No "FM Radio" menu on FMR (CVS-Version)

No "FM Radio" menu on FMR (CVS-Version)

From: Alex Pleiner <pleiner_at_zeitform.de>
Date: Wed, 28 Jan 2004 21:33:33 +0100

Hi,

I just installed the latest CVS rockbox on my FMR. The FM Radio menu is
missing. I checked the source and managed to have it reappear if I
comment out radio_hardware_present() in main_menu.c like this

#ifdef HAVE_FMRADIO
    /* if(radio_hardware_present()) { */
        items[i].desc = str(LANG_FM_RADIO);
        items[i++].function = radio_screen;
    /* } */
#endif

Something seems to be wrong with the radio detection at least for my
FMR. What information do I have to provide that someone has a look at
this issue?

BTW, the radio display looks strange with equalizer and prerecording
information at the same place.

Thanks,
Alex

-- 
Alex Pleiner
zeitform Internet Dienste         Fraunhoferstrasse 5
                                  64283 Darmstadt, Germany
http://www.zeitform.de            Tel.: +49 (0)6151 155-635
mailto:pleiner_at_zeitform.de        Fax:  +49 (0)6151 155-634
GnuPG/PGP Key-ID: 0x613C21EA
Received on 2004-01-28

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