.. |
bitmap.c
|
fix some compile errors
|
2019-12-11 10:54:09 -07:00 |
bitmap.h
|
added stock bitmap handling and support for it in the demo script
|
2019-12-11 14:03:11 -07:00 |
config.c
|
lengthen the click time
|
2019-12-11 12:33:18 -07:00 |
config.h
|
added "click" events for both buttons and touch
|
2019-12-11 11:32:19 -07:00 |
dc_screen.c
|
should be most of it now
|
2019-12-11 11:12:15 -07:00 |
dc_screen.h
|
work in progress - support for bitmaps and BitBlt
|
2019-12-10 17:09:16 -07:00 |
devctxt.c
|
still plugging away at errors
|
2019-12-11 11:09:40 -07:00 |
devctxt.h
|
fix some compile errors
|
2019-12-11 10:54:09 -07:00 |
ep_backlight.c
|
starting to build device-independent drawing functions (work in progress)
|
2019-12-09 17:02:04 -07:00 |
ep_bitmap.c
|
change spec of arguments to bitmap init
|
2019-12-11 14:06:26 -07:00 |
ep_devctxt.c
|
now probing into the Python interface for devctx
|
2019-12-11 14:14:17 -07:00 |
ep_graphics.c
|
added the rgb function to upiwin and started building the demo script
|
2019-12-11 12:05:53 -07:00 |
ep_init.c
|
ready to try executing actual Python within UPIWIN
|
2019-12-07 22:05:31 -07:00 |
ep_init.h
|
fixes to some headers that were missing stuff
|
2019-12-11 10:51:25 -07:00 |
ep_msg.c
|
starting to build device-independent drawing functions (work in progress)
|
2019-12-09 17:02:04 -07:00 |
ep_types.h
|
sending over all the bitmap and select_object work for compile check
|
2019-12-11 10:45:45 -07:00 |
ep_upiwin_tmp.c
|
added constant registration capability
|
2019-12-09 12:28:28 -07:00 |
ep_upiwin.c
|
added the rgb function to upiwin and started building the demo script
|
2019-12-11 12:05:53 -07:00 |
ep_upiwin.h
|
added the rgb function to upiwin and started building the demo script
|
2019-12-11 12:05:53 -07:00 |
ep_util.c
|
got a test backwards
|
2019-12-09 12:35:15 -07:00 |
ep_util.h
|
added constant registration capability
|
2019-12-09 12:28:28 -07:00 |
fbinit.c
|
added more documentation
|
2019-12-07 13:07:59 -07:00 |
fbinit.h
|
added more documentation
|
2019-12-07 13:07:59 -07:00 |
fbprimitive.c
|
checking out text rendering
|
2019-12-08 00:07:28 -07:00 |
fbprimitive.h
|
add text out capabilities using FreeType and the Inconsolata font
|
2019-12-07 23:30:05 -07:00 |
fontengine.c
|
use Arial as the font for display
|
2019-12-08 00:40:01 -07:00 |
fontengine.h
|
add text out capabilities using FreeType and the Inconsolata font
|
2019-12-07 23:30:05 -07:00 |
gfxobj.c
|
first pass at the device-independent drawing system, including the Python
|
2019-12-10 12:42:58 -07:00 |
gfxobj.h
|
first pass at the device-independent drawing system, including the Python
|
2019-12-10 12:42:58 -07:00 |
gfxtype.h
|
starting to build device-independent drawing functions (work in progress)
|
2019-12-09 17:02:04 -07:00 |
gpio.c
|
adding first module definition for UPIWIN (the backlight functions)
|
2019-12-07 20:53:59 -07:00 |
gpio.h
|
adding first module definition for UPIWIN (the backlight functions)
|
2019-12-07 20:53:59 -07:00 |
log.c
|
fixed compile errorsx
|
2019-12-07 19:48:44 -07:00 |
log.h
|
added more documentation
|
2019-12-07 13:07:59 -07:00 |
main.c
|
cleaned up some compiler warnings
|
2019-12-09 13:33:23 -07:00 |
Makefile
|
added stock bitmap handling and support for it in the demo script
|
2019-12-11 14:03:11 -07:00 |
msg_queue.c
|
added the rectangle functions and a "wait for input" mechanism to the system
|
2019-12-09 11:18:24 -07:00 |
msg_queue.h
|
added the rectangle functions and a "wait for input" mechanism to the system
|
2019-12-09 11:18:24 -07:00 |
msg.h
|
added "click" events for both buttons and touch
|
2019-12-11 11:32:19 -07:00 |
rect.c
|
starting to build device-independent drawing functions (work in progress)
|
2019-12-09 17:02:04 -07:00 |
scode.h
|
ready to try executing actual Python within UPIWIN
|
2019-12-07 22:05:31 -07:00 |
stockobj.c
|
forgot brackets
|
2019-12-11 14:04:24 -07:00 |
sysinput.c
|
try to fix the coordinates returned by touch events
|
2019-12-11 12:31:32 -07:00 |
sysinput.h
|
moved the main message loop entirely into Python
|
2019-12-09 13:29:37 -07:00 |
time_func.c
|
added more documentation
|
2019-12-07 13:07:59 -07:00 |
time_func.h
|
code cleanup
|
2019-12-01 15:43:05 -07:00 |
wintype.h
|
ready to try executing actual Python within UPIWIN
|
2019-12-07 22:05:31 -07:00 |