improve Braile support
This commit is contained in:
parent
f13013f21f
commit
076db69848
15
src/fenrir/core/output.py
Normal file
15
src/fenrir/core/output.py
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
# Fenrir TTY screen reader
|
||||||
|
# By Chrys, Storm Dragon, and contributers.
|
||||||
|
|
||||||
|
import time
|
||||||
|
from core import debug
|
||||||
|
|
||||||
|
output = {
|
||||||
|
'nextFlush': time.time(),
|
||||||
|
'messageText': '',
|
||||||
|
'messageOffset': {'x':0,'y':0},
|
||||||
|
'textOffset': {'x':0,'y':0},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user