add drivers from l_samenv@samenv

This commit is contained in:
l_samenv
2022-08-22 14:59:00 +02:00
parent 0257120887
commit 078ab80814
18 changed files with 4167 additions and 0 deletions

10
tcl/drivers/text.tcl Normal file
View File

@ -0,0 +1,10 @@
namespace eval text {
}
proc stdConfig::text {} {
variable node
controller syncedprot
obj text par -text ""
}