Sorry me to ask silly questions.
Do I get it right, that if I need received can messages to be in correct order, then I have to use the FIFO mode? I plan to make kind a CAN logger, so that the messages order is very...
Thank you so much! Thought about using rectangles to hide previous text, but i would never think that setTextColor(text_color, background_color); would be much faster. Very good advice! Some extra blanks are also no...
Yesterday tested the same display with this library. Just measured microsecond needed to display one string (about 25 characters long) on the screen. I was shocked with the results. It's about can bus debug.
Here is...
Got it work with 10microsecond delay @ 150 MHz :) Thank you! I see now, that i have choosen the wrong approach. Should really use higher speed displays.
Thank you very much! I will give it a try and report back.
I understand, that all these delays will slow down the mcu. I am thinking about using ILI9341 display instead. There are 3 SPI buses on the T4.1, so there...
Right, sorry for that.
It's LCD5110_Basic library from Rinky Dink electronics.
http://www.rinkydinkelectronics.com/library.php?id=45
Simple to use, stable. Works on AVR and ARM, but at a slow frequency. I have...
I was using these 5110 LCD displays with many Arduinos, even with DUE (84MHz?). Was working without issues. Now jumped to Teensy 4.1 and at base frequency the display does not work. The display works only if i put 4.1...