Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 611 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 611 Bytes

Monti

I want to hava a nice Logging output for my Raspberry Pi with an hd44780 20x4 Display. I will create this projekt with config files, for minimal configurations.

  • only R2C support
  • Next Line with /n
  • If the Line is to long, it goes in slave mode, like in the radio
  • ProgressBar class

Example:

  • Monti.WriteLine("Hello, I currently in the first Line")
  • Monti.WriteLine("If the Second Line is empty, I am in the second Line")
  • Monti.WriteLine("")
  • Monti.WriteLine("Here in fourth Line")
  • Monti.WriteLine("Now i pushed the first Line up and I am sitting in the fourth Line")