mirror of https://github.com/Desuuuu/klipper.git
19 lines
288 B
Plaintext
19 lines
288 B
Plaintext
# Test case for dgus_display
|
|
CONFIG dgus_display.cfg
|
|
DICTIONARY atmega2560.dict
|
|
|
|
M73 P50
|
|
M117 Hello world
|
|
M300 S0
|
|
|
|
DGUS_PLAY_SOUND START=0
|
|
DGUS_STOP_SOUND
|
|
|
|
DGUS_SET_VOLUME VOLUME=20
|
|
DGUS_GET_VOLUME
|
|
|
|
DGUS_SET_BRIGHTNESS BRIGHTNESS=30
|
|
DGUS_GET_BRIGHTNESS
|
|
|
|
DGUS_SET_FILENAME NAME=test.gcode
|