Menu/control question.
Recently, with great help from you folks here in the forum, I got an I2C OLED display with buzzer and encoder working in the 1.0-dev version of Repetier firmware.
I have a question about the menus. On the OLED (128x64 full graphics) I cannot see any way to return to the previous menus like I can in the .91 version with a 2004 LCD/Encoder.
Here is the OLED after pushing the button on the encoder. No obvious way to go backwards.
And the menu on a 2004 LCD with an obvious "back" selection.
What am I missing?
Thank you.
I have a question about the menus. On the OLED (128x64 full graphics) I cannot see any way to return to the previous menus like I can in the .91 version with a 2004 LCD/Encoder.
Here is the OLED after pushing the button on the encoder. No obvious way to go backwards.
And the menu on a 2004 LCD with an obvious "back" selection.
What am I missing?
Thank you.
Comments
i also use dev. branch on a graphic display and i have the "back" line
Not to be confused with another thread I have open for an SPI OLED.
I added the display in the uiconfig.h file. Specifically these lines:
#define UI_DISPLAY_TYPE 5
#define U8GLIB_SSD1306_I2C
also tried one , but to be honest i´m not shure if there were problems or not.
did you change something else in uiconfig?
change uiconfig to :
#define UI_HAS_BACK_KEY 0
Thank you again for your help. I am genuinely appreciative. One day I swear I'll learn enough about the code to not be a pest!