pi3d: Exactly filling the screen? - Raspberry Pi Forums
is else having trouble getting pi3d 'window' fill screen? i'm displaying through composite, , seems if i'm having guess resolution... fbset reports 608x512, when use that, it's small. doing wrong?
tox, reminding me, that's occurred me ages ago , forgot. in display() finds out max values , uses them if let w,h default 0,0 i.e.
code: select all
# setup display , initialise pi3d display = display() display.create3d(0,0) # x,y,width,height display.setbackcolour(0,0,0,1) # r,g,b,alpha
raspberrypi
Comments
Post a Comment