..
clock.c
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
clock.h
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
clock_bitmap_strings.c
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
clock_bitmap_strings.h
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
clock_bitmaps.c
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
clock_bitmaps.h
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
clock_counter.c
clock_counter.h
clock_draw.c
Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes.
2008-06-28 20:45:21 +00:00
clock_draw.h
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
clock_draw_analog.c
Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes.
2008-06-28 20:45:21 +00:00
clock_draw_analog.h
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
clock_draw_binary.c
Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes.
2008-06-28 20:45:21 +00:00
clock_draw_binary.h
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
clock_draw_digital.c
Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes.
2008-06-28 20:45:21 +00:00
clock_draw_digital.h
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
clock_menu.c
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
clock_menu.h
clock_settings.c
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
2008-11-01 16:14:28 +00:00
clock_settings.h
Updated our source code header to explicitly mention that we are GPL v2 or
2008-06-28 18:10:04 +00:00
Makefile
Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
2008-01-04 21:07:05 +00:00
SOURCES