OLED library conflicts with LoRa library

On a HTCC-AB02 board with the OLED display mounted I use the example sketch LoRa/LoRaWAN/LoRaWan.ino from Heltec and it works fine. Now I want to show my own text on the OLED display, but that doesn’t work. The display library HT_SH1107Wire.h conflicts with the required LoRa library LoRaWan_APP.h.

Can someone tell me how I can place my own text with the sketch LoRa/LoRaWAN/LoRaWan.ino?

OLED

How to use OLED when use loraWAN has some discussion about the issue.

I reported this problem earlier in this post. If it’s not clear from the discussion there what’s going on, let me know and I’ll provide some more detail.

Thanks dstacer. I had read that too but hoped there was a solution after two years. It probably works, but I don’t think it’s such a good idea to have to modify a library for that.

I’ll try that, thanks for your help UniquePete.