/novastar-utility

With this command line tool you can test a Novastar MCTRL300 and control the brightness

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Brightness control and test utility for Novastar MCTRL300

With this command line tool you can test a Novastar MCTRL300 and control the brightness.

Requirements

  • Linux
  • python3
  • pyserial

Installation

./install.sh

Features

Set the brightness (0-255)

novastar --brightness 120

Turn off

novastar --brightness 0

Show test patterns (red,green,blue,white,slash,vertical,horizontal,grayscale)

novastar --test horizontal
novastar --test slash
novastar --test grayscale

Hide test pattern

novastar --test normal

License

Acknowledgments