SteelSeries / gamesense-sdk

472 stars 146 forks source link

Is it possible to display a text line with inverse video attribute on the OLED screen of a SteelSeries keyboard ? #98

Closed Morbius01 closed 3 years ago

Morbius01 commented 4 years ago

The Text Formatting Options section on the https://github.com/SteelSeries/gamesense-sdk/blob/master/doc/api/json-handlers-screen.md#text-formatting-options page explains how to display text on the OLED screen of a SteelSeries device with the 'bold' attribute.

I was wondering if it is possible to display text in inverse video (foreground : black; background : white) to the OLED screen of my SteelSeries Apex 5 keyboard.

Can anybody help ?

JHunz commented 4 years ago

We don't currently have an option or flag for reversing the text and foreground colors. As a workaround, however, your app could pre-render the text that way into an image and use image handlers instead.