The Yellow-Blue OLED does not have a different protocol; the top 16 lines are just yellow.
It is the user request to be able to assign specific information to these yellow pixels. For example the ip-address and the node name (Art-Net). A new framework will be developed where the user can organize the information on the OLED. For example, setting the first 2 rows:
In display.txt
ip_address=1
short_name=2
The same keywords are used as in the respective function:
The Yellow-Blue OLED does not have a different protocol; the top 16 lines are just yellow. It is the user request to be able to assign specific information to these yellow pixels. For example the ip-address and the node name (Art-Net). A new framework will be developed where the user can organize the information on the OLED. For example, setting the first 2 rows:
In display.txt
The same keywords are used as in the respective function:
https://github.com/vanvught/rpidmx512/blob/master/lib-network/src/networkconst.cpp#L32
https://github.com/vanvught/rpidmx512/blob/master/lib-artnet/src/artnetparamsconst.cpp#L38
[x] Create lib-displayudf
[x] Update lib-remoteconfig
[x] Update main.cpp's for Art-Net and sACN E1.31 firmware.
[x] Update RemoteConfig UI
[x] Update website
[x] Publish