MCPcopy Create free account
hub / github.com/asb2m10/dexed / LcdDisplay

Method LcdDisplay

Source/DXComponents.cpp:337–339  ·  view source on GitHub ↗

void VuMeter::paint(Graphics &g) { Image myStrip = ImageCache::getFromMemory(BinaryData::Meter_140x8_png, BinaryData::Meter_140x8_pngSize); g.drawImage(myStrip, 0, 0, 140, 8, 0, 0, 140, 8); if ( v <= 0 ) return; const int totalBlocks = 46; int numBlocks = roundToInt(totalBlocks * v); if ( numBlocks > 46 ) numBlocks = totalBloc

Source from the content-addressed store, hash-verified

335}
336*/
337LcdDisplay::LcdDisplay() {
338 paramMsg = "DEXED " DEXED_VERSION;
339}
340
341void LcdDisplay::setSystemMsg(String msg) {
342 paramMsg = msg;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected