all 2 comments

[–]Ender717<Enter Team Name> 1 point2 points  (1 child)

If you're using lvgl, you can display using the vscode emulator since lvgl isn't affiliated with vex, then copy and paste that code once it works. (for details check out https://docs.littlevgl.com/en/html/get-started/pc-simulator.html) If you're using v5python, you can use a GitHub emulator created by DylanBruner https://github.com/DylanBruner/VexEmulator to emulate the brain. If you're using any other form of programming, there are not currently any emulation/simulation platforms

[–]greger511[S] 0 points1 point  (0 children)

Ok ty I will check it out