Max2Play Home › Forums › Max2Play on Raspberry PI › 1024×600 resolution in Jivelite with Waveshare 7 inch (C) screen › Reply To: 1024×600 resolution in Jivelite with Waveshare 7 inch (C) screen
Hi Heiner,
I’m not sure.
I used the changes from Ajax (1024×600) and modified the iconbar section becuse there was an error in volume buttons.
,comment out this two lines to remove the width adjust of volDown and volUp icon.
volDown = _uses(_transportControlButton, {
— // w = 34,
img = _loadImage(self, “Icons/icon_toolbar_vol_down.png”),
}),
volUp = _uses(_transportControlButton, {
— // w = 34,
Adjusted the length of volumeBarWidth from 450 to:
local volumeBarWidth = 410 — screenWidth – (transport controls + volume controls + dividers + border around volume bar)