Commit Graph

8 Commits

Author SHA1 Message Date
cybernesto 63ccf78e16 Update README.md 2013-06-29 19:57:18 +02:00
Mario Patiño 05bbb21b7a Support for Chat Mauve Mode
Added monochrome and color DHGR initialization depending on the
horizontal resolution. 560x192x1 images are displayed in JACE without
color fringes. Should be tested with real hardware.
2013-06-29 19:06:10 +02:00
Mario Patiño ef32bf184c Support for HGR or DHGR Images
Added a simple check of the horizontal resolution to decide if the HGR
or DHGR mode should be used.
2013-06-29 19:02:47 +02:00
Mario Patiño 04986c1900 DHGR Support
Modified the code to use Double Hi-Res Graphics instead of High-Res.
For 560 bits/row two fill bytes are used in the BMP and have to be
jumped.
2013-06-29 18:57:48 +02:00
Mario Patiño 112761239f Merge branch 'mbpro' 2013-06-29 18:45:51 +02:00
Mario Patiño 536c28605e small corrections
COMPTS is already initialized with READBMP. COMPTD has to be
initialized instead. Otherwise a small shift appears in the image. This
was not visible on the original demo picture because of the surrounding
black background.
Removed one unnecessary assignment to BUFFDST since it was already
written on screen and will be overwritten thereafter.
2013-06-29 18:26:58 +02:00
Mario Patiño 40502fc9e9 initial commit
Original code from the Steve Jobs Hommage written by Arnaud Cocquière.
http://www.ctrl-pomme-reset.fr/2011/10/11/hommage/
2013-06-29 18:15:04 +02:00
cybernesto 055f6e3880 Create README.md
First short description of the display routine
2013-06-29 18:12:41 +02:00