Project

General

Profile

Revision 105

set pixel function

View differences:

graphics.h
20 20

  
21 21
uint16_t get_bits_pixel(void);
22 22

  
23
uint16_t get_bytes_pixel(void);
24

  
23 25
int (map_vram)(void);
24 26

  
25 27
int (free_memory)(void);
26 28

  
29
int (set_pixel)(uint16_t row, uint16_t col, uint32_t color);
30

  
27 31
/**
28 32
 * @brief
29 33
 * @param mode

Also available in: Unified diff