-
Notifications
You must be signed in to change notification settings - Fork 22
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
's_meter10x15' was not declared in this scope #6
Comments
Hi Riccardo https://github.com/prt459/Arduino_si5351_VFO_Controller_Keyer/wiki |
Thank you, by following the steps I was able to solve it! ( I hat also to rename the font file from s_meter_font.h to s-meter10x15.h ) and also I had to add the register to every set correction (si5351.set_correction(19100, SI5351_PLL_INPUT_XO); ) is it right to add to all the set_correction the same register line (SI5351_PLL_INPUT_XO) ? |
Hi Paul, I have the same response that Riccardo, 's_meter10x15' was not declared in this scope. I intended to follow your instructions but I cannot find the file SSD1306Ascii_fonts.h to edit it. |
Hi Carlos
I don't think you need to edit that file. Put the s_meter.h font into the
fonts directors. Edit allfonts.h and #include the s_meter font.
It's been a while since I did this, see if this helps...
[image: image.png]
…On Fri, 5 Feb 2021 at 08:58, CarlosLU8DOG ***@***.***> wrote:
Hi Paul, I have the same response that Riccardo, 's_meter10x15' was not
declared in this scope. I intended to follow your instructions but I cannot
find the file SSD1306Ascii_fonts.h to edit it.
Thanks in advance.
Carlos LU8DOG
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABEHGCFMKCXUFO56JM43C63S5MKA5ANCNFSM4SVLF7AA>
.
|
Thanks Paul, I ll try that. |
Ready! I removed the old set correction parameter , and it seems to be working. Now I ll suit all the options. |
😀
…On Fri, 5 Feb 2021 at 09:51, CarlosLU8DOG ***@***.***> wrote:
Ready! I removed the old set correction parameter , and it seems to be
working. Now I ll suit all the options.
Thanks you very much, Paul. Have a nice trekkings.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABEHGCGPVUXBXTX7VOEV2JLS5MQGLANCNFSM4SVLF7AA>
.
|
Piotr SP9LVZ had this problem and solved it simply by copying and pasting the S_meter font header code into the main VFO_Controller script. As the file contains only structs (which provide information for the compiler) it should not add to the binary code size, so this seems like a simpler solution. I'm yet to try it, if you do, let me know. |
Trying to compile after downloading all the required libraries (using Arduino UNO as target board) I get the following error:
-> 's_meter10x15' was not declared in this scope
The s_meter_font.h file is in the same folder of the .ino program
The text was updated successfully, but these errors were encountered: