Use display for msgs on heltec_v3 - #10
Conversation
|
Hi, Having some abstracted UI concepts would be ideal, and to have different display driver helpers. I will hopefully tackle this soon. |
|
Totally agree with you on this. And I'm happy to see you want to keep things in control. Also, maybe displays are out of scope of the meshcore lib and should be kept apart ... I find it good to have a lib that only cares about the mesh itself I've added this sample on my github account : https://github.com/fdlamotte/MCChatScreen so it can be built by others. I'll try to keep it in sync it with the base example ... To use my sample, I just put my projects at the same level as MeshCore, platformio.ini references your repo and there is a symlink to the ed25519 lib (since it is only 240k I should have just made a copy) I let you close this PR if you agree Regards, Florent |
Some code to show received msgs on the display, found this usefull when testing companion app ...