Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing icons on some readers #65

Closed
orontee opened this issue Oct 31, 2023 · 5 comments
Closed

Missing icons on some readers #65

orontee opened this issue Oct 31, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@orontee
Copy link
Owner

orontee commented Oct 31, 2023

Context

With an InkPad 4, there are missing icons:

InkPad_4_01

Bug reported by Cyfranek.

Analysis

This is not a bug related to missing data. Cyfranek shared the taranis.json file containing the serialized model, and copying that file on different readers in flight mode and starting taranis works as expected: All icons are present.

@orontee orontee added the bug Something isn't working label Oct 31, 2023
orontee added a commit that referenced this issue Oct 31, 2023
@orontee
Copy link
Owner Author

orontee commented Oct 31, 2023

Custom build with verbose logs, commit 2a731de.

artifact.zip

@orontee orontee added the stuck This issue won't progress in a short term label Nov 28, 2023
@orontee
Copy link
Owner Author

orontee commented Nov 28, 2023

I am stuck with this one. Guess having a device would help...

@orontee
Copy link
Owner Author

orontee commented Nov 28, 2023

Icons can be BMP or BMP3. I'll encode all of them in BMP.

matthias@carbon:~/Projets/taranis$ for ICON in icons/*.bmp; do identify ${ICON}; done
icons/icon_01n_2x.bmp BMP3 100x100 100x100+0+0 8-bit sRGB 256c 11078B 0.000u 0:00.000
icons/icon_02n_2x.bmp BMP3 100x100 100x100+0+0 8-bit sRGB 256c 11078B 0.000u 0:00.000
icons/icon_03n_2x.bmp BMP3 100x100 100x100+0+0 8-bit sRGB 256c 11078B 0.000u 0:00.000
icons/icon_04n_2x.bmp BMP3 100x100 100x100+0+0 8-bit sRGB 256c 11078B 0.000u 0:00.000
icons/icon_09n_2x.bmp BMP3 100x100 100x100+0+0 8-bit sRGB 256c 11078B 0.000u 0:00.000
icons/icon_10n_2x.bmp BMP3 100x100 100x100+0+0 8-bit sRGB 256c 11078B 0.000u 0:00.000
icons/icon_11n_2x.bmp BMP3 100x100 100x100+0+0 8-bit sRGB 256c 11078B 0.000u 0:00.000
icons/icon_13n_2x.bmp BMP3 100x100 100x100+0+0 8-bit sRGB 256c 11078B 0.000u 0:00.000
icons/icon_50n_2x.bmp BMP3 100x100 100x100+0+0 8-bit sRGB 256c 11078B 0.000u 0:00.000
icons/icon_direction.bmp BMP 100x100 100x100+0+0 8-bit sRGB 256c 11162B 0.000u 0:00.000
icons/icon_display_settings.bmp BMP 100x100 100x100+0+0 8-bit sRGB 256c 11162B 0.000u 0:00.000
icons/icon_favorite.bmp BMP 100x100 100x100+0+0 8-bit sRGB 256c 11162B 0.000u 0:00.000
icons/icon_key.bmp BMP 100x100 100x100+0+0 8-bit sRGB 256c 11162B 0.000u 0:00.000
icons/icon_measuring_tape.bmp BMP 100x100 100x100+0+0 8-bit sRGB 256c 11162B 0.000u 0:00.000
icons/icon_menu.bmp BMP 100x100 100x100+0+0 8-bit sRGB 256c 11162B 0.000u 0:00.000
icons/icon_radio_button_checked.bmp BMP 100x100 100x100+0+0 8-bit sRGB 256c 11162B 0.000u 0:00.000
icons/icon_radio_button_unchecked.bmp BMP 100x100 100x100+0+0 8-bit sRGB 256c 11162B 0.000u 0:00.000
icons/icon_software_version.bmp BMP 100x100 100x100+0+0 8-bit sRGB 256c 11162B 0.000u 0:00.000
icons/icon_software_version_check.bmp BMP 100x100 100x100+0+0 8-bit sRGB 256c 11162B 0.000u 0:00.000
icons/icon_taranis.bmp BMP3 100x100 100x100+0+0 8-bit sRGB 256c 11078B 0.000u 0:00.000
icons/icon_taranis_f.bmp BMP 100x100 100x100+0+0 8-bit sRGB 256c 11162B 0.000u 0:00.000
icons/icon_wallpaper.bmp BMP 100x100 100x100+0+0 8-bit sRGB 256c 11162B 0.000u 0:00.000
icons/icon_warning.bmp BMP 100x100 100x100+0+0 8-bit sRGB 256c 11162B 0.000u 0:00.000

orontee added a commit that referenced this issue Nov 28, 2023
@orontee orontee removed the stuck This issue won't progress in a short term label Nov 28, 2023
@orontee
Copy link
Owner Author

orontee commented Nov 28, 2023

All icons now share the same format, waiting for users to test...
https://github.com/orontee/taranis/releases/tag/v1.7.0-rc6

@orontee
Copy link
Owner Author

orontee commented Dec 2, 2023

No news, good news?!

@orontee orontee closed this as completed Dec 2, 2023
@orontee orontee added this to the Noël 2023 release milestone Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant