summaryrefslogtreecommitdiffstats
path: root/src/target
diff options
context:
space:
mode:
Diffstat (limited to 'src/target')
-rw-r--r--src/target/firmware/apps/rssi/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/apps/rssi/main.c b/src/target/firmware/apps/rssi/main.c
index a8a4b1ac..a189740f 100644
--- a/src/target/firmware/apps/rssi/main.c
+++ b/src/target/firmware/apps/rssi/main.c
@@ -228,7 +228,7 @@ static void refresh_display(void)
/* SYNC / UL levels */
if (mode == MODE_SYNC && cursor < 0) {
int i, tn, l;
- int offset = (framebuffer->width - 96) >> 2;
+ int offset = (framebuffer->width - 96) >> 1;
int height = framebuffer->height - 25;
fb_setfont(FB_FONT_HELVR08);