diff options
| author | Gustav Sörnäs <gusso230@student.liu.se> | 2019-10-27 14:09:36 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gusso230@student.liu.se> | 2019-10-27 14:09:36 +0100 |
| commit | c899eb8386e3e976260c7769bdcd65e034959f67 (patch) | |
| tree | 09b56b642e548b4d3878abd261a6b458768bb045 /Kod/bilbana/yc4/display/define_flashing_area_with_pattern.m | |
| parent | 1f288867532e3929d3d90e7f2fd160c16771d7f1 (diff) | |
| download | tfyy51-c899eb8386e3e976260c7769bdcd65e034959f67.tar.gz | |
First wave of function
Diffstat (limited to 'Kod/bilbana/yc4/display/define_flashing_area_with_pattern.m')
| -rw-r--r-- | Kod/bilbana/yc4/display/define_flashing_area_with_pattern.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Kod/bilbana/yc4/display/define_flashing_area_with_pattern.m b/Kod/bilbana/yc4/display/define_flashing_area_with_pattern.m new file mode 100644 index 0000000..eb13e90 --- /dev/null +++ b/Kod/bilbana/yc4/display/define_flashing_area_with_pattern.m @@ -0,0 +1,5 @@ +function pkg = define_flashing_area_with_pattern(x1, y1, x2, y2, n1) + arg = [get_bytes(x1), get_bytes(y1), get_bytes(x2), get_bytes(y2), n1]; + + pkg = get_package('QM', arg); +end |
