setup.py: fb is the framebuffer

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2021-01-23 22:33:12 +09:00
parent e1f0be37b4
commit 644ab28e32

View file

@ -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)