pen-s script v1 This is V1 of pen-s script. You can create works using a pen. Please try the sample program below. -----------------------About the language------------------------ ; to start a new line Set the position with xset,yset up,down to raise or lower the pen size to set the pen size color for color light for brightness Add endloop at the end to repeat the program. ---------------------------How to operate-------------------------- Use the left arrow key to erase the last character. Press the start button in the upper right corner to start and stop. After that, you can enter the code normally with the keyboard. Load saved data with S and D keys ----------------------------samplecode---------------------------- 1 erase;up;xset-120;yset-90;light100;color80;down;yset-50;xset-80;yset-90;xset-120;up;endloop0; 2 up;xset0;yset0;size5;color50;light50;down;xset-100;yset-70;up;endloop0;