aboutsummaryrefslogtreecommitdiff
path: root/funkey
diff options
context:
space:
mode:
authorneonloop2023-01-14 07:14:18 +0000
committerneonloop2023-01-14 07:14:18 +0000
commit80fee512c3c5485d291451adc8b3437b8a85319f (patch)
tree4f42fd72dcd19874d290d385c9824fdc2e169642 /funkey
parentdc919461c44c421560a7e3ce454116ea8bf0d8bd (diff)
downloadpicoarch-80fee512c3c5485d291451adc8b3437b8a85319f.tar.gz
picoarch-80fee512c3c5485d291451adc8b3437b8a85319f.tar.bz2
picoarch-80fee512c3c5485d291451adc8b3437b8a85319f.zip
Defaults aspect scaling on FunKey S to smooth filter
On small screen smooth looks better as default
Diffstat (limited to 'funkey')
-rw-r--r--funkey/fk_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funkey/fk_menu.c b/funkey/fk_menu.c
index 8323d21..8028915 100644
--- a/funkey/fk_menu.c
+++ b/funkey/fk_menu.c
@@ -232,7 +232,7 @@ static void update_aspect_ratio(void)
break;
case ASPECT_RATIOS_TYPE_SCALED:
scale_size = SCALE_SIZE_ASPECT;
- scale_filter = SCALE_FILTER_SHARP;
+ scale_filter = SCALE_FILTER_SMOOTH;
break;
case ASPECT_RATIOS_TYPE_CROPPED:
scale_size = SCALE_SIZE_CROP;