lcd: Added font module for framebuffer.
authordaeinki <inki.dae@samsung.com>
Mon, 14 Sep 2009 13:55:11 +0000 (22:55 +0900)
committerdaeinki <inki.dae@samsung.com>
Mon, 14 Sep 2009 13:55:11 +0000 (22:55 +0900)
commit40dd2b3f7ba54de91ee792a7a8dbedc278b9574c
treecc82192d710b232250e60c868f5fea99b84e0718
parentd7619e07b6c104aa19db9b2066d1442b3abe4836
lcd: Added font module for framebuffer.

Signed-off-by: daeinki <inki.dae@samsung.com>
drivers/video/Makefile
drivers/video/fbutils.c [new file with mode: 0644]
drivers/video/font.h [new file with mode: 0644]
drivers/video/font_8x16.c [new file with mode: 0644]
drivers/video/font_8x8.c [new file with mode: 0644]
drivers/video/s5p-fb.c