Has anyone here tried using the phi_prompt library and the AdafruitCharacter_OLED library? I have contacted liudr (author of phi_prompt) who is investigating, but I was curious if anyone else had tried.
Currently, with some minor modifications to the phi_prompt library I can get it to compile fine, I can manually write to the screen and have it show up, but when I execute any phi_prompt code, the screen stays dark and doesn't display anything.
I have posted my sketch, as well as the modified phi_prompt files. The Adafruit_CharacterOLED class remains unchanged in my libraries.
Thanks in advance.
Example_menu.ino (9.11 KB)
phi_prompt_example_menu_20X4_display.ino (3.97 KB)
phi_prompt.cpp (52.2 KB)
phi_prompt.h (10.5 KB)