aboutsummaryrefslogtreecommitdiff
path: root/arch/casiowin/monochromelib/roles.yml
blob: 2940ea3fce4f17fb34d242e2cf77c6043de6af61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
%YAML 1.2
---
include:
  monochrome.h: MonochromeLib's main header.
  MonochromeLib.h: MonochromeLib's main header alias.
src:
  bmp_8_and.c: Display a 8x8 BMP, using ANDs.
  bmp_8_and_cl.c: Display a 8x8 BMP, using ANDs and clipping.
  bmp_8_or.c: Display a 8x8 BMP, using ORs.
  bmp_8_or_cl.c: Display a 8x8 BMP, using ORs and clipping.
  bmp_8_xor.c: Display a 8x8 BMP, using XORs.
  bmp_8_xor_cl.c: Display a 8x8 BMP, using XORs and clipping.
  bmp_16_and.c: Display a 16x16 BMP, using ANDs.
  bmp_16_and_cl.c: Display a 16x16 BMP, using ANDs and clipping.
  bmp_16_or.c: Display a 16x16 BMP, using ORs.
  bmp_16_or_cl.c: Display a 16x16 BMP, using ORs and clipping.
  bmp_16_xor.c: Display a 16x16 BMP, using XORs.
  bmp_16_xor_cl.c: Display a 16x16 BMP, using XORs and clipping.
  bmp_and.c: Display a BMP, using ANDs.
  bmp_and_cl.c: Display a BMP, using ANDs and clipping.
  bmp_or.c: Display a BMP, using ORs.
  bmp_or_cl.c: Display a BMP, using ORs and clipping.
  bmp_xor.c: Display a BMP, using XORs.
  bmp_xor_cl.c: Display a BMP, using XORs and clipping.
  circle.c: Draw a circle.
  clear_screen.c: Clear the screen.
  clear_vram.c: Clear the VRAM.
  display_vram.c: Update the screen content.
  ellipse.c: Draw an ellipse.
  ellipse_in_rect.c: Draw an ellipse in a rectangle.
  filled_circle.c: Draw a filled circle.
  filled_ellipse.c: Draw a filled ellipse.
  filled_ellipse_in_rect.c: Draw a filled ellipse in a rectangle.
  filled_polygon.c: Draw a filled polygon.
  get_contrast.c: Get the screen contrast.
  horizontal_line.c: Draw a horizontal line.
  horizontal_scroll.c: Scroll the screen horizontally.
  line.c: Draw a line.
  pixel.c: Draw a pixel.
  pixel_test.c: Get a pixel's value.
  point.c: Draw a dot.
  polygon.c: Draw a polygon.
  rectangle.c: Draw a rectangle.
  set_contrast.c: Set the screen contrast.
  vertical_line.c: Draw a vertical line.
  vertical_scroll.c: Draw a vertical scroll.
  vram_adress.c: Get the VRAM address.