d3mac123
d3mac123
Currently, I am calculation this using this code: ``` //Functions to calculate origin bearing function radians(n) { return n * (Math.PI / 180); } function degrees(n) { return n *...
Nik, thanks for the help. Yes, I got the examples to work but, as of now, the board is in "waiting mode" :) I have wrote more than 1000 lines...
You are right (my project requires landscape mode with the TFT_eSPI). I have to check yet the T4 but, unfortunately, it doesn't fit the space I have in my panel...
Sure thing. Looking forward to that! Alex Souza On Nov 29, 2023 at 4:35 AM -0500, nikthefix ***@***.***>, wrote: > Hi d3mac123, > I will upload some new demo code...
I tried the code with my current setup (Esp32 2.0.14 and TFT_eSPI 2.5.34), and it worked fine (thank you!). As I am working with the board with the USB port...
@nikthefix I have noticed a glitch in the top right side of the display (see pictures). Basically, some lines that are not in the code have been drawn over the...
It works fine! Thanks!
@nikthefix (please let me know if you prefer to start a new thread elsewhere). I have noticed that when using the WifiManager library, my board keeps restarting the setup function....
I will keep checking here (unfortunately, I do not have any Amoled boards to test). I have tried already (same results) calling line `axs15231_init();` before and after doing the wifi...
Thanks for the updates @nikthefix . Project is on hold waiting for the touch example but also due to the network issues I mentioned in another post (board keeps resetting...