mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
setup.py: fb is the framebuffer
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
e1f0be37b4
commit
644ab28e32
1 changed files with 3 additions and 0 deletions
|
@ -15,4 +15,7 @@ p.set_baud(1500000)
|
|||
|
||||
iface.nop()
|
||||
|
||||
fb = u.ba.video.base
|
||||
|
||||
print("Base at: 0x%x" % u.base)
|
||||
print("FB at: 0x%x" % fb)
|
||||
|
|
Loading…
Reference in a new issue