Robert Müller
|
8fea5998aa
|
Mark functions as const when possible
|
2023-10-17 20:27:58 +02:00 |
|
Robert Müller
|
59b5fd2793
|
Fix graphs initially rendering incorrect values
Ensure only valid graph entries are used to render curve line segments.
|
2023-10-17 20:27:31 +02:00 |
|
Robert Müller
|
11423b88b1
|
Use full graph width for rendering curve
Previously, roughly one percent of the graph width was not used for the curve values.
|
2023-10-17 20:25:35 +02:00 |
|
Robert Müller
|
fb96217147
|
Fix first value in graphs being incorrect
As the index was incremented before setting the value, the value at index 0 was not set correctly until the ringbuffer wraps around.
|
2023-10-17 20:23:35 +02:00 |
|
Robert Müller
|
dc7fa1fbb2
|
Use ColorRGBA for CGraph entry color
|
2023-10-17 20:23:16 +02:00 |
|
Robert Müller
|
ee51cac9e6
|
Move CGraph class to separate compilation unit
|
2023-10-17 20:22:48 +02:00 |
|