add simple braille demo
This commit is contained in:
parent
28e931776e
commit
fd4a6cdcbe
13
play zone/writeBrl.py
Normal file
13
play zone/writeBrl.py
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/python
|
||||||
|
|
||||||
|
import brlapi
|
||||||
|
|
||||||
|
brl = = brlapi.Connection()
|
||||||
|
print(brl.displaySize)
|
||||||
|
print(brl.driverName)
|
||||||
|
try:
|
||||||
|
brl.writeText('test')
|
||||||
|
except Exception as e:
|
||||||
|
print(e)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user