[BRLTTY] Brlapi under Android and parameters
Peter Lecky
peter.lecky at stopka.sk
Tue Mar 4 14:18:40 UTC 2025
Hello all,
I work on integration of one applicattion with brltty, using brlapi
under Android. I am trying to set cursor blink rate, but without
success. What am I doing wrong?
connection=new Connection(new ConnectionSettings());
if(displayReady()) {
connection.enterTtyMode(0);
CursorBlinkPeriodParameter p=new CursorBlinkPeriodParameter(connection);
p.set(CursorBlinkPeriodParameter.DEFAULT_SUBPARAM,500);
}
else return false;
connection.write("hello world",5);
I see the "hello world" text, and also cursor under character at position 5 but cursor does not blink.
Thanks for any hints
Peter
--
Peter Lecký Stopka n. o.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://brltty.app/pipermail/brltty/attachments/20250304/d3bcd49b/attachment.htm>
More information about the BRLTTY
mailing list