381c381
< 			0x20, 0x20, 0x20, 0x20, 0x20, 0x20,	0x46, 0x6c, 0x61, 0x74,
---
> 			0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x46, 0x6c, 0x61, 0x74,
384c384
< 			0x00, 0x01, 0x54, 0x45, 0x43, 0x4f, 0x20, 0x56,	0x4d, 0x33,
---
> 			0x00, 0x01, 0x54, 0x45, 0x43, 0x4f, 0x20, 0x56, 0x4d, 0x33,
386c386
< 			0x02, 0x58, 0x09, 0xf6,	0x0d, 0xaf, 0x01, 0x2c, 0x00, 0x08,
---
> 			0x02, 0x58, 0x09, 0xf6, 0x0d, 0xaf, 0x01, 0x2c, 0x00, 0x08,
1992c1992,2002
< 			dev->color_shift = 3;
---
> 			/*dev->color_shift = 8;*/
> 			if (dev->y_resolution == 60) {
> 				dev->color_shift = 2;
> 			}
> 			else {   if (dev->y_resolution == 100) {
> 					dev->color_shift = 3;
> 				}			
> 				else {
> 					dev->color_shift = 9;
> 				}
> 			}
