Skip to content

Commit

Permalink
Added notes.
Browse files Browse the repository at this point in the history
Added notes.
  • Loading branch information
AntonioND committed Feb 27, 2015
1 parent c921a54 commit e5ac70f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/gbcam_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,18 @@ way for each pixel at position (X,Y):
- The sensor outputs an analog value, which is converted to an 8-bit value by
the cartridge controller.
- This value is compared to the corresponding group of 3 values of the matrix.
Just do (X mod 4) and (Y mod 4) to know what group of 3 values that has to be
used.
To know what group of 3 values to use do (X mod 4) and (Y mod 4).
- ********************************************************************

OPERATIONS TO COMPARE? INVALID ORDER IN VALUES?


To disable dithering all groups of 3 values must be the same.



*******************************GAMMA?


01234567890123456789012345678901234567890123456789012345678901234567890123456789


Expand Down

0 comments on commit e5ac70f

Please sign in to comment.