stolk/chiaharvestgraph

Color for current pixel

Closed this issue · 10 comments

There are some cases where it's not clear where in the graph the cursor is, so having a specific color to indicate that would be nice.
You can see an example in the image below: is the current pixel the red one? Or did the harvester fail to harvest and we are in one of the next pixels?

Screenshot from 2021-05-16 11-02-46

Even a black or white pixel border would be enough I believe

stolk commented

I'm already up to date with master but looks like the future time is still shown in red. The screenshot reflects what I currently see
If it can help I'm on Ubuntu 20.04, running on the default terminal

stolk commented

Is the past, beyond oldest log in grey or red? Resize term really wide to see past.

Right now it's red, but I remember it being grey so it probably changed when pulling

stolk commented
stolk commented

Line 344 should look like this...

		red = grn = blu = 0x36;

Yep, I have the same

since this is compiled, it could also happen if someone forgets to rebuild after the pull, or ran an old binary.

Maybe the screen needs to show a version number to reduce confusion. Or someone in the updating notice lines.

Aaah dammit yup, 8 years of python led me to forget recompiling! Gonna try in a minute and let you know

I can confirm that recompiling brought the code up to date and correctly shows the new changes
Screenshot from 2021-05-17 16-46-58