# Makefile for linuxtv.org dvb-apps/util/szap # get DVB API version VERSION_FILE := "/usr/include/linux/dvb/version.h" DVB_API_MAJOR := $(word 3, $(shell grep -m1 "DVB_API_VERSION" $(VERSION_FILE)) ) DVB_API_MINOR := $(word 3, $(shell grep -m1 "DVB_API_VERSION_MINOR" $(VERSION_FILE)) ) objects = lnb.o util.o binaries = azap \ czap \ szap \ tzap inst_bin = $(binaries) .PHONY: all all: $(binaries) $(info DVB API is $(DVB_API_MAJOR).$(DVB_API_MINOR)) $(binaries): $(objects) include ../../Make.rules linux.git/'>lcd4linux.git
lcd4linuxJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/HD44780.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2001-02-13[lcd4linux @ 2001-02-13 12:43:24 by reinelt]reinelt1-1/+10
HD_gpo() was missing git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@78 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2001-02-13[lcd4linux @ 2001-02-13 09:00:13 by reinelt]reinelt12-33/+103
prepared framework for GPO's (general purpose outputs) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@77 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2001-02-11[lcd4linux @ 2001-02-11 23:34:07 by reinelt]reinelt2-3/+17
fixed a small bug where the throughput of an offline ISDN connection is displayed as '----', but the online value is 5 chars long. corrected to ' ----'. thanks to Carsten Nau <info@cnau.de> git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@76 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2000-12-07[lcd4linux @ 2000-12-07 20:47:54 by reinelt]reinelt3-10/+55
first try for SIN bars git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@75 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2000-12-01[lcd4linux @ 2000-12-01 20:42:37 by reinelt]reinelt2-11/+37
added debugging of SIN driver output, probably found the positioning bug (format %02x instead of %2x) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@74 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2000-12-01[lcd4linux @ 2000-12-01 07:20:26 by reinelt]reinelt1-9/+13
modified text positioning: row starts with 0, column is hexadecimal git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@73 3ae390bd-cb1e-0410-b409-cd5a39f66f1f