-
Notifications
You must be signed in to change notification settings - Fork 222
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
SMALL_MEM_DISPLAY MODE #121
Comments
I think you must have some other features enabled. |
Hello Fred, |
Nico, 73 Fred VK2WS |
TU Fred, effectively with these options it's working. My problem came from my display which is a OLED_SSD1306. The library should be larger and there is no enough space. I will switch my display to a more conventional 1602LCD |
Nico, I also have tried to use a small I2C 0.91inch 128x32 OLED display in an attempt to reduce the size of the enclosure required to house the finished keyer. However, like you, I found the library to support the OLED display will not fit in the available flash memory space in a Nano. |
Hello,
If you try to put FEATURE_BUTTONS, FEATURE_COMMAND_MODE, FEATURE_MEMORIES, FEATURE_POTENTIOMETER and a LCD (FEATURE_DISPLAY), you have not enough space to enter in an arduino nano.
So I try to add a Small_Memory_Display mode in order to get a simple display mode without saturating the memory.
I selected a few useful lines in the command_mode() routine to check on the display several parameters.
And for the moment I have 95% of program storage space.
But I would want to have also an echo of the keyed characters as FEATURE_DISPLAY usually permits.
I didn't find, in the large program, where is called the procedure to print keyed characters on the display ?
Have you an idea ?
73, Nico
The text was updated successfully, but these errors were encountered: