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