G4lile0 / tinyGS

📡 Open Ground Station Network 🛰
GNU General Public License v3.0
923 stars 177 forks source link

Map on dashboard not rendered correctly if dark pixels extend to right edge #137

Closed mdkendall closed 10 months ago

mdkendall commented 2 years ago

The map image on the dashboard is rendered by constructing an SVG from the bitmap image used on the OLED.

If a horizontal line of dark pixels extends to the right edge (i.e. the rightmost pixel in any row is dark) that line is not rendered.

This bug is latent because the current image does not have any dark regions that extend all the way to the right edge. But it is exposed if the image changed for one that does.