putty terminal text colour change
Posted on January 08, 2018 at 22:39trying to change the colour of the text on the usart what is the correct combination to use?<p>send_usart(0x1B); send_usart('['); send_usart(3); send_usart(4); send_usart('m');</p>