altos: Clean up st7565 LCD driver
authorKeith Packard <keithp@keithp.com>
Thu, 16 Mar 2023 17:23:05 +0000 (10:23 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 30 Mar 2023 05:05:31 +0000 (22:05 -0700)
commit193650a5b463b17c892312556c7bee47dcdaa942
tree08ff8d9f1980fdf62fe6055e4b3e579d9f41f727
parent87061c18f83e0fa25077eff1f8836a88e130e456
altos: Clean up st7565 LCD driver

Get rid of AO_ prefix on chip-specific register values.
Declare ao_st7565_instructions to take const uint8_t * so
it can accept an array in flash.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_st7565.c
src/drivers/ao_st7565.h