Changeset 22faaf2 in mainline for uspace/srv/hid/display/output.c


Ignore:
Timestamp:
2019-10-29T02:34:14Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b3c185b6
Parents:
587b4cb
Message:

A little bit of tiling support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/output.c

    r587b4cb r22faaf2  
    6161        }
    6262
    63         vw = 400;
    64         vh = 300;
     63        vw = 800;
     64        vh = 600;
    6565
    6666        pixbuf = calloc(vw * vh, sizeof(pixel_t));
Note: See TracChangeset for help on using the changeset viewer.