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, 1 Feb 2024 01:50:19 +0000 (17:50 -0800)
commit6f7d530b9ca06272354d1b7c05813a2523b24887
tree3d1001f432b00e045ca7c1af44a0077767b7542f
parentfab278542c9bb31991a93604a9f646e8cd8285af
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