Thanks tkaiser and psbkkim.   This works perfectly for my new 7inch HDMI display and Orange Pi One running Armbian 5.14 (legacy kernel). Steps followed: sudo nano /etc/modules +hid_multitouch cp /boot/script.bin . bin2fex script.bin script.fex sudo nano script.fex -fb0_width = 0 -fb0_height = 0 +fb0_width = 1024 +fb0_height = 600 sudo fex2bin ./script.fex /boot/script.bin sudo shutdown -r now