I have a Lily58 Pro, this is a split keyboard with two displays. I am looking for a way to display text and images on both displays.
To create my custom firmware I have done the following:
- Copy default Lily58 firmware
- Alter the layers in
keymap.c
file.
As far as I understand I need to alter the oled_task_user()
method to write to the secondary (right hand side) display. The QMK Documentation provides some kind of example but I don't understand it.
Should I be importing something from the split_commom
package?
Question How do I display text/image on the secondary display? A small example would be much appreciated.