mirror of
https://github.com/rricharz/Tek4010.git
synced 2026-02-26 08:53:35 +00:00
minor improvements of a few support files
This commit is contained in:
22
ICEMD_demo.sh
Executable file
22
ICEMD_demo.sh
Executable 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
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#define MAXX 1024
|
||||
#define MAXY 680
|
||||
#define MAXY 780
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#define MAXX 1024
|
||||
#define MAXY 680
|
||||
#define MAXY 780
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
Reference in New Issue
Block a user