···2424/* This file is meant to be #included by scroll_engine.c (twice if a remote
2525 * is present) */
26262727-#include "misc.h"
2828-#include "settings.h"
2927#ifndef LCDFN /* Not compiling for remote - define macros for main LCD. */
3028#define LCDFN(fn) lcd_ ## fn
3129#define LCDM(ma) LCD_ ## ma