Is the 2.4 icon supposed to be blank? #537
Replies: 1 comment
-
Whoops, meant to post this on the CE repo. My bad :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am using a LoRa32 V2.1_1.6 (no TCXO, sx1276 variant (868/915/923MHz)). I have noticed that the 2.4ghz icon is not present. However, with markqvist's firmware (i.e. the firmware installed via
rnodeconf --autoinstall
), this icon is present. Is this behavior intentional? If not, should I open a bug report? I am more than willing to look at the code to fix this myself.P.S. (Somewhat related)
Is there a conveinent way to convert the graphics in Graphics.h to bmp/png/whatever files? I am aware of https://javl.github.io/image2cpp/, but this requires knowing the size (the x and y dimensions) of each graphic in advance, which is not immediately obvious. It is possible to look at the
drawBitmap
calls in Display.h, but often it is not entirely possible to directly deduce the dimensions from that alone (or maybe I'm missing something obvious.)In this image, the community firmware is on top, and markqvist's on the bottom.
Beta Was this translation helpful? Give feedback.
All reactions