When the code was updated for vertically stacked chips in rev r341
a needed update to the panel config files was not done.
The #define for glcd_CHIP_COUNT in all the panel configuration files
needs to be updated to the following:
#define glcd_CHIP_COUNT (((DISPLAY_WIDTH + CHIP_WIDTH - 1) / CHIP_WIDTH) *
((DISPLAY_HEIGHT + CHIP_HEIGHT -1) / CHIP_HEIGHT))
Original issue reported on code.google.com by bperry...@gmail.com on 4 Apr 2011 at 7:15
Original issue reported on code.google.com by
bperry...@gmail.com
on 4 Apr 2011 at 7:15