How to make a new widget to show log text or data incoming through serial?
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!