View Single Post
Old 04-10-2010, 06:33 AM   #1
phuel
Junior Member
phuel has a complete set of Star Wars action figures.phuel has a complete set of Star Wars action figures.phuel has a complete set of Star Wars action figures.phuel has a complete set of Star Wars action figures.
 
Posts: 7
Karma: 382
Join Date: Apr 2010
Device: PocketBook 302
16 Graustufen auf dem PB302?

Hi,

ich habe eben SciFiFans 'gray' Programm auf meinem PB302 ausgeführt. Das Programm tut nicht viel anderes als 16 Balken in 16 Graustufen auszugeben. Ich kann auf dem PB302 Display allerdings nur 8 Graustufen unterscheiden.
Sicherheitshalber habe ich das Programm so geändert, dass es versucht 256 Graustufen auszugeben:

Code:
	for(i=0; i<256; i++) {
		FillArea(12+i*2, 20, 2, 100, i + (i << 8) + (i << 16));
	}
Das Ergebnis ist das gleiche.
Übersehe ich da was oder müsste ich mal meine Brille putzen?
phuel is offline   Reply With Quote