| 141 | |
| 142 | |
| 143 | LedDisplayTextField::LedDisplayTextField() { |
| 144 | fontPath = asset::system("res/fonts/ShareTechMono-Regular.ttf"); |
| 145 | textOffset = math::Vec(5, 5); |
| 146 | color = nvgRGB(0xff, 0xd7, 0x14); |
| 147 | bgColor = nvgRGB(0x00, 0x00, 0x00); |
| 148 | } |
| 149 | |
| 150 | |
| 151 | void LedDisplayTextField::draw(const DrawArgs& args) { |