| 89 | |
| 90 | |
| 91 | LedDisplayChoice::LedDisplayChoice() { |
| 92 | box.size = window::mm2px(math::Vec(0, 28.0 / 3)); |
| 93 | fontPath = asset::system("res/fonts/ShareTechMono-Regular.ttf"); |
| 94 | textOffset = math::Vec(10, 18); |
| 95 | color = nvgRGB(0xff, 0xd7, 0x14); |
| 96 | bgColor = nvgRGBAf(0, 0, 0, 0); |
| 97 | } |
| 98 | |
| 99 | |
| 100 | void LedDisplayChoice::draw(const DrawArgs& args) { |