#include "precomp.h"
Go to the source code of this file.
◆ LlbHwGetFrameBuffer()
Definition at line 115 of file hwlcd.c.
116{
117 return (
PVOID)0x800A0000;
118}
◆ LlbHwGetScreenHeight()
Definition at line 108 of file hwlcd.c.
109{
110 return 480;
111}
◆ LlbHwGetScreenWidth()
Definition at line 101 of file hwlcd.c.
102{
103 return 800;
104}
◆ LlbHwOmap3LcdInitialize()
Definition at line 15 of file hwlcd.c.
16{
17
18
19
20
21
22
23
24
25
26
29
30
33
34
37
38
47
48
49
50
51
53
54
56
57
59
60
62
63
68
69
73
74
77
78
80
81
83
84
87
88
94
95
97}
#define WRITE_REGISTER_USHORT(r, v)
#define WRITE_REGISTER_ULONG(r, v)
VOID NTAPI LlbHwOmap3TwlWrite1(IN UCHAR ChipAddress, IN UCHAR RegisterAddress, IN UCHAR Value)
Referenced by LlbHwInitialize().
◆ LlbHwVideoCreateColor()
Definition at line 122 of file hwlcd.c.
125{
126 return (((
Red >> 3) << 11)| ((
Green >> 2) << 5)| ((
Blue >> 3) << 0));
127}
◆ LlbHwVideoBuffer