improve Braile support

This commit is contained in:
chrys 2017-01-29 23:12:42 +01:00
parent f13013f21f
commit 076db69848

15
src/fenrir/core/output.py Normal file
View 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},
}