Searched refs:format (Results 1 - 10 of 10) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/ |
H A D | img2code.py | 65 print("Usage: {} input outdir [width] [height] [threshod]".format(sys.argv[0])) 83 f.write('const unsigned char {}_size[] = {{ {}, {} }};\n'.format(imgBase, width, height)) 84 f.write('const unsigned char {}[] = {{\n'.format(imgBase))
|
H A D | gif2imgs.py | 21 print('Usage: {} gif outdir'.format(sys.argv[0]))
|
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/ |
H A D | img2code.py | 66 print("Usage: {} input outdir [width] [height] [threshod]".format(sys.argv[0])) 84 f.write('const unsigned char {}_size[] = {{ {}, {} }};\n'.format(imgBase, width, height)) 85 f.write('const unsigned char {}[] = {{\n'.format(imgBase))
|
H A D | gif2imgs.py | 21 print('Usage: {} gif outdir'.format(sys.argv[0]))
|
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/ |
H A D | bin2stream.py | 84 print("Usage: {} binFile [port]\n\t".format(sys.argv[0])) 94 print('sig {} raised: {}'.format(signum, frame))
|
H A D | video2bin.py | 47 print("Usage: {} videoFile binFile\n\t".format(sys.argv[0]))
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/ |
H A D | qemu_run.sh | 105 -drive if=pflash,file=$fsimg,format=raw,index=1 \ 112 -drive if=pflash,file=$fsimg,format=raw,index=1 \
|
/vendor/ohemu/qemu_ca7_mini_system_demo/ |
H A D | qemu_run.sh | 106 if=pflash,file=./${flash_name},format=raw -global virtio-mmio.force-legacy=false -netdev bridge,id=net0 \ 112 if=pflash,file=./${flash_name},format=raw -global virtio-mmio.force-legacy=false \
|
/vendor/ohemu/qemu_xtensa_mini_system_demo/ |
H A D | qemu_run.sh | 112 -drive file=$image_file,if=mtd,format=raw
|
/vendor/ohemu/qemu_small_system_demo/ |
H A D | qemu_run.sh | 156 -drive if=none,file=${flash_name},format=raw,id=mmc -device virtio-blk-device,drive=mmc \ 162 -drive if=none,file=${flash_name},format=raw,id=mmc -device virtio-blk-device,drive=mmc \
|
Completed in 3 milliseconds