ev3dev-python-tools / ev3dev2simulator

Simulator for an EV3 robot; a program using the ev3dev2 API can run both on the rover and on the simulator without any modifications to the code
MIT License
6 stars 9 forks source link

Use RGB for LED's instead of using predefined sprites #36

Open NielsOkker opened 3 years ago

NielsOkker commented 3 years ago

Currently, the leds are a sprite. This means that there are only n colours possible for each led. By changing the Led to a circle, one could use 255^2 potential colours. This would also mean that there is not mapping required to the sprites.