Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

surfansf28: Correct touchscreen operation

Based on what's committed I don't see how it could have ever worked.

Change-Id: I3c28e2c8791e75c494474183d1347426de9804fc

+2 -2
+1 -1
firmware/export/config/surfansf28.h
··· 30 30 #define CONFIG_KEYPAD SURFANS_F28_PAD 31 31 32 32 /* define this if the target has volume keys which can be used in the lists */ 33 - #define HAVE_VOLUME_IN_LIST 33 + //#define HAVE_VOLUME_IN_LIST 34 34 35 35 #define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE 36 36
+1 -1
firmware/target/hosted/surfans/button-f28.c
··· 47 47 return BUTTON_PREV; 48 48 case KEY_POWER: 49 49 return BUTTON_POWER; 50 - case KEY_KPMINUS: 50 + case BTN_TOUCH: 51 51 return BUTTON_TOUCH; 52 52 default: 53 53 return 0;