~minos-archive/minos/minos-artwork

« back to all changes in this revision

Viewing changes to bitmaps/core/subtle/screen.xbm

  • Committer: Javier López
  • Date: 2017-07-07 05:39:51 UTC
  • Revision ID: git-v1:ab8672b8075a425f171f924c967a36ad87c297ea
core/ => desktop/

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#define screen_width 9
2
 
#define screen_height 9
3
 
static unsigned char screen_bits[] = {
4
 
   0xff, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
5
 
   0xff, 0x01, 0x10, 0x00, 0x7c, 0x00 };