Skip to content

Simple VU meter to display audio dBu level using LCD with LiquidCrystal_I2C driver library.

License

Notifications You must be signed in to change notification settings

deltakiloromeo/LCD_VU

Repository files navigation

LCD_VU

Branch Status
Master Arduino Build TestTravis Build
Develop Arduino Build TestTravis Build

This is a library for displaying audio level (dBu) using 16x2 LCD, controlled using LiquidCrystal_I2C library. VU level is represented by 14 bars segment, the default audio level range are between -25dBu to 2dBu. As this is only intended for a simple display unit, and not for measurement unit, the result may be less acurrate compared to a professional measurement tool.

Requirement

You need to download LiquidCrystal_I2C library to use this library. I'm using LCD with I2C driver from https://github.com/marcoschwartz/LiquidCrystal_I2C.git

Attribution

References

History

  • v1.1.0 Adding support for 20x4 LCD with I2C backpack (DFRobot I2C 20x2 LCD Display)
  • v1.0.0 First release, only support 16x2 LCD