eynarcalle / glcd-arduino

Automatically exported from code.google.com/p/glcd-arduino
0 stars 0 forks source link

Vertically stacked chips does not work #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
corrected in revision r409 

Original comment by bperry...@gmail.com on 4 Apr 2011 at 8:45