aboutsummaryrefslogtreecommitdiffstats
path: root/SIN.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2003-02-22[lcd4linux @ 2003-02-22 07:53:09 by reinelt]reinelt1-2/+5
cfg_get(key,defval) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@183 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2001-04-27[lcd4linux @ 2001-04-27 05:04:57 by reinelt]reinelt1-1/+10
replaced OPEN_MAX with sysconf() replaced mktemp() with mkstemp() unlock serial port if open() fails git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@132 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2001-02-13[lcd4linux @ 2001-02-13 09:00:13 by reinelt]reinelt1-2/+6
prepared framework for GPO's (general purpose outputs) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@77 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2000-12-07[lcd4linux @ 2000-12-07 20:47:54 by reinelt]reinelt1-8/+40
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]reinelt1-2/+27
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
2000-11-28[lcd4linux @ 2000-11-28 17:27:19 by reinelt]reinelt1-5/+11
changed decimal values for screen, row, column to ascii values (shame on you!) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@71 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2000-11-28[lcd4linux @ 2000-11-28 16:46:11 by reinelt]reinelt1-0/+193
first try to support display of SIN router git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@70 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270