Exemplo n.º 1
0
def surfacefrombmp(filename: 'char *', w: 'int', h: 'int') -> "surface":
    return _pylogilcd.surfacefrombmp(filename, w, h)
Exemplo n.º 2
0
def surfacefrombmp(filename, w, h):
    return _pylogilcd.surfacefrombmp(filename, w, h)