The article describes how to program the ODROID-Show module using the Rebol programming language. It defines a new "oshow" dialect that allows easy control of text display, colors, cursor positioning and other functions. This provides a simpler interface than raw bash scripting. Sample code demonstrates initializing the dialect, opening the serial port, and continuously cycling colors and positions of display text. The full dialect definition is also provided, detailing supported functions for font colors, background, cursor control and other commands.