RTD2660AVR
RTD2660AVR copied to clipboard
RTD2660 LCD controller driver for AVR
Arduino
Hi, Can I used Arduino pro mini for connect to RTD2660? I need off blue screen on RDT2660. Thank you
1. Create 300 pixels window ``` WindowConfig wndConf; wndConf.left = 0; wndConf.top = 10; wndConf.width = 300; wndConf.height = 100; wndConf.bodyColor = CL_YELLOW; wndConf.borderColor = CL_RED; wndConf.borderWidth = 0; OSD.window[0]...
Button's edges are visible when setting `visible = false` for buttons.