This commit is contained in:
kraus 2020-12-25 19:32:27 +01:00
parent f03899b602
commit ddec425a0e
2 changed files with 3 additions and 1 deletions

View File

@ -690,6 +690,8 @@ static const u8x8_display_info_t u8x8_uc1611_256x128_display_info =
/* UC1611s 256x128 display */
uint8_t u8x8_d_uc1611_ids4073(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr)
{
uint8_t x, y, c;
uint8_t *ptr;
switch(msg)
{
case U8X8_MSG_DISPLAY_DRAW_TILE:

View File

@ -1,2 +1,2 @@
# without 'v' prefix
echo -n "2.28.8"
echo -n "2.28.9"