jonathanmlang

Results 11 comments of jonathanmlang

How about in the softwareserial library?

Ive managed to add support myself. It was trivial.

At line 255 in UART.cpp I changed `(*_hwserial_module).CTRLA |= USART_RXCIE_bm;` to `(*_hwserial_module).CTRLA |= (USART_RXCIE_bm | USART_LBME_bm);` Then commented out the pinmodes `// Set pin state for swapped UART pins` `pinMode(set->rx_pin,...

Thats fine, Just wanted to put it out there for you to decide what you wanted to do. Just thought this was the best way of suggesting these things. For...

Thats fair enough, ive been on the recieving end of that on many occasions when I download the latest version of other peoples libraries and find something really basic is...

Thanks for that ill give it a try. This is by far my favourite display library so thanks for your work. Just trying to contribute a bit to show my...

Indeed, could be all sorts ive missed. Its working fine with my display however.

Yes I like that, using that function I have achieved a vertical bargraph too.

Ive just tried this, the program no longer hangs but the display continues to remain frozen. Is there a way of triggering a reinitialisation routine for the display when this...

Well my display has no reset pin however resetting the arduino board does bring the display back to life. All im doing here to recreate the issue is with an...