Ignore:
File:
1 edited

Legend:

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

    rdb3895d r9242ad9  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
     2 * Copyright (c) 2020 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    137137};
    138138
    139 static uint8_t ibeam_img[] = {
    140         0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0,
    141         1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 1,
    142         0, 1, 1, 1, 1, 2, 1, 1, 1, 1, 0,
    143         0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,
    144         0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,
    145         0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,
    146         0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,
    147         0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,
    148         0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,
    149         0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,
    150         0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,
    151         0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,
    152         0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,
    153         0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,
    154         0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,
    155         0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,
    156         0, 1, 1, 1, 1, 2, 1, 1, 1, 1, 0,
    157         1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 1,
    158         0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0
    159 };
    160 
    161139ds_cursimg_t ds_cursimg[dcurs_limit] = {
    162140        {
     
    179157                .rect = { -7, -7, 8, 8 },
    180158                .image = size_urdl_img
    181         },
    182         {
    183                 .rect = { -5, -9, 6, 10 },
    184                 .image = ibeam_img
    185159        }
    186160};
Note: See TracChangeset for help on using the changeset viewer.