schneider
|
2a632870fd
|
added 32 level contrast
|
2011-08-01 02:18:03 +02:00 |
Stefan `Sec` Zehl
|
cfe6e328e5
|
You will probably hate me, but commit new, global config framework
hopefully it will be stable now. Sorry for breaking your stuff
|
2011-07-31 18:15:44 +02:00 |
Stefan `Sec` Zehl
|
6c95119e38
|
do lcd_mirror command by default. (so schneider can test it)
|
2011-07-30 03:27:53 +02:00 |
Stefan `Sec` Zehl
|
838f04505c
|
Add small lcd documentation :)
|
2011-07-27 17:19:29 +02:00 |
Stefan `Sec` Zehl
|
250ea3213f
|
Make backlight and lcd-state config vars actually work
|
2011-07-27 01:15:52 +02:00 |
Stefan `Sec` Zehl
|
235cadaa89
|
remove unused variable
|
2011-07-24 15:38:28 +02:00 |
Stefan `Sec` Zehl
|
ea3b4f3337
|
another "select()" function renamed. This time its lcd_select()
|
2011-07-24 14:08:52 +02:00 |
Stefan `Sec` Zehl
|
30d3089cc8
|
Allow fonts from dataflash. use "setExtFont(filename)". for flash fonts use "setIntFont(&font)".
|
2011-07-23 14:39:50 +02:00 |
Stefan `Sec` Zehl
|
bb3dc0044c
|
Add scrolling to lcdPrint() & co.
|
2011-07-21 22:31:26 +02:00 |
Stefan `Sec` Zehl
|
c69431c085
|
Whoops. lcdShiftV8 had up/down swapped :)
|
2011-07-21 22:27:08 +02:00 |
Stefan `Sec` Zehl
|
80ea686dc8
|
Fix "wrap==false" scrolling case.
|
2011-07-21 22:21:41 +02:00 |
Stefan `Sec` Zehl
|
f81e2b8283
|
fix missing include. Also make lcdScroll nicer to read.
|
2011-07-21 20:01:49 +02:00 |
Sebastian 'iggy' Steuer
|
c65fe4c523
|
lcdBuffer scrolling
|
2011-07-19 02:43:15 +02:00 |
Stefan `Sec` Zehl
|
f4dee3550c
|
Remove argument from lcdDisplay() and ISPandReset()
|
2011-07-18 22:09:31 +02:00 |
Stefan `Sec` Zehl
|
dae367b568
|
Add dependency handling for lcd/ subdir
|
2011-07-18 18:53:17 +02:00 |
Stefan `Sec` Zehl
|
ff5bbad940
|
Add smallfonts back to lcd.h. Many APPs need it. This should probably change
|
2011-07-18 18:32:30 +02:00 |
Stefan `Sec` Zehl
|
fcf3ec22c5
|
Fix includes to remove unneccessary dependencies on <allfonts.h>
|
2011-07-18 18:19:22 +02:00 |
Stefan `Sec` Zehl
|
d284f80562
|
Turns out I forgot the r0ket in the invaders font. Fixed.
|
2011-07-17 17:14:06 +02:00 |
Stefan `Sec` Zehl
|
1315e1a376
|
Raw encoded invaders font (it's smaller :)
|
2011-07-17 17:08:41 +02:00 |
Stefan `Sec` Zehl
|
db4d929b2a
|
Fix renderer so it can render partial characters at borders.
Try to make the code a bit clearer by encapsulating the coordinate transform stuff more clearly.
|
2011-07-17 16:49:14 +02:00 |
Stefan `Sec` Zehl
|
6ca793a6ca
|
Fix off-by-one in the MIRRORX case. *whoops*
|
2011-07-17 12:32:19 +02:00 |
Stefan `Sec` Zehl
|
932455ccd3
|
Coordinate safe SetPixel. I will need it.
|
2011-07-17 12:19:35 +02:00 |
Stefan `Sec` Zehl
|
c7f207bb9e
|
Do not print space in front of positive integers
|
2011-07-17 10:47:21 +02:00 |
Stefan `Sec` Zehl
|
5d67cfbd1a
|
workaround for "make clean" problem
|
2011-07-17 01:39:55 +02:00 |
Stefan `Sec` Zehl
|
830ecd93d4
|
More support functions
|
2011-07-16 20:24:43 +02:00 |
Stefan `Sec` Zehl
|
508838231b
|
add DoCharX
|
2011-07-14 02:01:41 +02:00 |
Stefan `Sec` Zehl
|
0e87c693f4
|
More utility functions in lcd/print.c
|
2011-07-13 02:15:47 +02:00 |
Stefan `Sec` Zehl
|
02b45cdce2
|
Add lcd/print.c for easier lcd output
|
2011-07-13 01:13:19 +02:00 |
Stefan `Sec` Zehl
|
e4e26de687
|
Fix warnings (and sanity-check for 0-bytes in utf8-strings
|
2011-07-13 00:07:22 +02:00 |
schneider
|
068cf4a0d6
|
msc: made msc optional
|
2011-07-10 15:32:20 +02:00 |
Stefan `Sec` Zehl
|
b726d0d7bd
|
Support for x-inverted display
|
2011-07-09 23:23:33 +02:00 |
Stefan `Sec` Zehl
|
5feababa13
|
Make DoInt properly print "0" values.
|
2011-07-09 14:53:01 +02:00 |
Stefan `Sec` Zehl
|
50ac82f893
|
Workaround render bug. TODO: make nice.
|
2011-07-05 15:49:44 +02:00 |
Stefan `Sec` Zehl
|
70bf904c1c
|
Fix invaders font, simple patch to spaceinvaders.c to see if it renders ok
|
2011-07-05 15:48:26 +02:00 |
Stefan `Sec` Zehl
|
8113cd8931
|
Add invaders font (source & makefonitified). Go iggy, go!
|
2011-07-05 15:25:54 +02:00 |
Stefan `Sec` Zehl
|
26c01e0baa
|
Disable USB interrupts while updting display.
Hope this is correct. It appears to work, at least :-)
|
2011-06-27 10:43:46 +02:00 |
schneider
|
883e642618
|
new tree structure
|
2011-06-19 21:01:00 +02:00 |