Microchip® Advanced Software Framework

st7565r_example.c File Reference

ST7565R display controller driver example.

Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries.

#include <board.h>
#include <sysclk.h>
#include <st7565r.h>

Functions

int main (void)
 

int main ( void  )

the page address to write to

the column address, or the X pixel.

store the LCD controller start draw line

References board_init(), delay_ms, st7565r_init(), st7565r_set_column_address(), st7565r_set_display_start_line_address(), st7565r_set_page_address(), st7565r_write_data(), and sysclk_init().