Jump to content

samofab

Members
  • Posts

    1
  • Joined

  • Last visited

  1. For 270 orientation fill_area doesn't work. I localized the problem to set_viewport line 95 in gdisp_lld.c: write_reg(0x44, (((x+cx-1) << 8) & 0xFF00 ) | (y & 0x00FF)); should be write_reg(0x44, (((y+cy-1) << 8) & 0xFF00 ) | (y & 0x00FF));
×
×
  • Create New...