diff options
Diffstat (limited to 'Kod/bilbana/yc4/display/remove_flashing_area.m')
| -rw-r--r-- | Kod/bilbana/yc4/display/remove_flashing_area.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Kod/bilbana/yc4/display/remove_flashing_area.m b/Kod/bilbana/yc4/display/remove_flashing_area.m new file mode 100644 index 0000000..701402b --- /dev/null +++ b/Kod/bilbana/yc4/display/remove_flashing_area.m @@ -0,0 +1,5 @@ +function pkg = remove_flashing_area(x1, y1, x2, y2) + arg = [get_bytes(x1), get_bytes(y1), get_bytes(x2), get_bytes(y2)]; + + pkg = get_package('QL', arg); +end |
