Arduino based LCD Bargraph Voltmeter can be easily assembled with Arduino Mega 2560/Arduino Uno
Arduino sketch can be downloaded here. Basically the analog input voltage supplied at A0 is converted to 10 bit number, then normalized for 5v full scale operation and divided to 16 ranges to fit the available display segments. A short video demonstrating this circuits operation is available on the bottom of the page.
Input voltage can be increased by adding a simple resistor voltage divider to A0 input. In this case the sketch will require some modifications. +5V and GND are taken directly from the Arduino board as can be seen from the schematic diagram. Although LCD backlight connections are omitted from the schematic you still need to supply 5v to A (LED+) and GND to K (LED-).