pcb and initial code from https://github.com/das-labor/borgware-2d.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
444 B
19 lines
444 B
|
|
dep_bool_menu "Scrolltext Support" SCROLLTEXT_SUPPORT y
|
|
|
|
choice 'Scrolltext Font' \
|
|
"Arial_8 font_arial8 \
|
|
Small_6 font_small6 \
|
|
Uni_53 font_uni53" \
|
|
'Arial_8' SCROLLTEXT_FONT
|
|
|
|
int "Scrolltest buffer size" SCROLLTEXT_BUFFER_SIZE 128
|
|
|
|
int "Default x speed" SCROLL_X_SPEED 20
|
|
int "Default y speed" SCROLL_Y_SPEED 20
|
|
|
|
string "Default text" SCROLLTEXT_TEXT "</#www.das-labor.org"
|
|
|
|
|
|
|
|
endmenu
|
|
|