1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-01-11 23:53:16 +00:00

minor improvements of a few support files

This commit is contained in:
Rene Richarz 2019-11-10 09:40:04 +01:00
parent 0efbc2e783
commit a72aea465f
3 changed files with 24 additions and 2 deletions

22
ICEMD_demo.sh Executable file
View File

@ -0,0 +1,22 @@
#!/bin/bash
# rricharz 2019
wait5s() {
# let tek4010 wait 5 seconds (not this script, which just shuffles stuff into the buffer!)
for i in {1..100}
do
printf '\007'
done
}
for filename in pltfiles/ICEMD_pltfiles/*.plt
do
# erase screen
printf '\033\014'
echo tek4010 is displaying "$filename"
cat "$filename"
wait5s
done

View File

@ -1,5 +1,5 @@
#define MAXX 1024
#define MAXY 680
#define MAXY 780
#include <stdio.h>
#include <math.h>

View File

@ -1,5 +1,5 @@
#define MAXX 1024
#define MAXY 680
#define MAXY 780
#include <stdio.h>
#include <math.h>