From 80fee512c3c5485d291451adc8b3437b8a85319f Mon Sep 17 00:00:00 2001 From: neonloop Date: Sat, 14 Jan 2023 07:14:18 +0000 Subject: Defaults aspect scaling on FunKey S to smooth filter On small screen smooth looks better as default --- funkey/fk_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'funkey') 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; -- cgit v1.2.3