I'm working on a EVE project based on Arduino using the Rudolph lib (hello, me again :)).
As this is a dataloger for motorcycle, I would like to print a RPM bargraph.
I think about differents methods :
- Prepare a dozen tiny pictures (rectangles) and print some of them to show the RPM value
- Directly draw these rectangles with VERTEX2F command
- Draw a polygone form (empty) and fill it more or less (filling it from left to right).
Here is the first example I find to show you what I expect (not exactly, but that's the idea) :

Does someone have any recommandations about this ?
Best or other solutions, pros/cons.