(id, name, color='#3e95cd', flush=True)
| 35 | Log("chart:"+str(id)+":"+str(name)+":"+str(value)+":"+str(color), flush) |
| 36 | |
| 37 | def SendPieData(id, name, color='#3e95cd', flush=True): |
| 38 | if EDITOR_MODE: |
| 39 | Log("pie:"+str(id)+":"+str(name)+":"+str(color), flush) |
| 40 | |
| 41 | #data contains an array or normalized inputs (from 0 to 1) |
| 42 | def SendImageData(id, data, width=32, height=32, name="", rgba=False, flush=True, invert=False, offset=0, resize=[]): |