I have been trying most of the day, but I can't seem to get my Giga Display to show any text using LVGL. I have been able to get it to show a graphic, I can use the examples to get it to do other stuff stuff, but when I try to get it to show a simple line of text with LVGL, nothing shows up. I tried using examples from the LVGL website, and again, nothing shows up when I upload it. I have tried modifying examples of other code that I can find, but nothing seems to work.
Sorry, I don't have any code to show, as I have tried umpteen different ways and I don't have all of them saved.
Does anyone know where I can find an example of code or tutorials that work that write text to the screen? Basically, I am building a system, and I want to go through a test that everything is working on startup and display the results to the screen before beginning. I thought about GFX library instead of LVGL, but from what I understand, you can't add a new line below a previous line of text in real time, but you are supposed to be able to with LVGL.