2023-05-31 12:35 PM - edited 2023-11-20 04:16 AM
Please, someone could point me in the direction to make a widget to show logs or serial data on it?
Explaining it further, it should render multiple lines of data as it is being updated keeping an history of previously received data, breaking the lines as it exceeds the widget width or a line ending is received.
This would be ideal for showing logs or making a serial monitor on the screen which updates the data as it arrives (and which would look very nice with a monospaced font!).
Any advice would be very appreciated. Thanks!
2023-06-01 08:17 AM
Enabling a second LTDC layer and writing directly to it would work? If it is possible, I could just do this and redirect the output of printf to that second layer. Is it feasible?