projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed alpha blending at 100%
[hackover2013-badge-firmware.git]
/
drivers
/
displays
/
tft
/
readme.txt
diff --git
a/drivers/displays/tft/readme.txt
b/drivers/displays/tft/readme.txt
index
40caa06
..
0ee2bc4
100644
(file)
--- a/
drivers/displays/tft/readme.txt
+++ b/
drivers/displays/tft/readme.txt
@@
-26,9
+26,16
@@
lcd.h This file contains the prototypes of HW-specific functions
drawing.c will redirect all requests to these lower level
functions.
drawing.c will redirect all requests to these lower level
functions.
-touchscreen.c Contains a very simple example of how to use ADC to read
+touchscreen.c Contains a very simple example of how to use
the
ADC to read
the current position on a touchscreen. No signal debouncing
the current position on a touchscreen. No signal debouncing
- takes places, and this code will need to be improved for us
+ takes places, and this code will need to be improved for us
e
in a real-world situation.
in a real-world situation.
+colors.c Functions relating to color conversion, etc.
+
+fonts.c 1-bit font functions and definitions
+
+aafonts.c Preliminary effort at adding 2-bit and 4-bit anti-
+ aliased fonts, though this is still a work in progress.
+
hw\* HW-specific drivers based on lcd.h
\ No newline at end of file
hw\* HW-specific drivers based on lcd.h
\ No newline at end of file
This page took
0.022151 seconds
and
4
git commands to generate.