asf/common/components/display/st7565r/st7565r.c at master
When initialization is done the display is turned on and ready * to receive data. */ void st7565r_init (void) { // Do a hard reset of the LCD display controller st7565r_hard_reset (); // Initialize the interface
Get Quote