taro-ishihara / balena-display

Apache License 2.0
7 stars 0 forks source link

Scaling and image size #2

Open bubikort opened 5 months ago

bubikort commented 5 months ago

Hi!

Is there any chance to use --force-device-scale-factor=1.5 flag? If i modify src/display.ts and add the force-device-scale-factor flag like this:

 const baseFlags = [
    '--force-device-scale-factor=1.5',

the picture is scaling out the display and missing the half of it. I guess its because the variabled window size. Can you help, how can i make bigger the wanted webpage? Thanks.