Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from appuifw import app,Canvas
- from graphics import Image
- from e32 import Ao_lock as a0
- def quit():lck.signal()
- app.exit_key_handler=quit
- app.screen='full'
- app.body=c=Canvas()
- ly=c.size
- im=Image.new(ly)
- def gambar():im.clear(0xff)
- gambar()
- c.blit(im)
- lck=a0()
- lck.wait()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement