Matthijs Kooijman
4bfdfb5492
Issue #340 , move bitmap code into sys/bitmap
...
It was previously in `sdl/bitmap`, but it was not really tied to SDL
(other than that one example from sdl used the bitmap code).
2017-09-08 23:32:27 +02:00
Matthijs Kooijman
8e3a2d627e
Issue #340 , initialize the Bitmap device using pixel dimensions instead of tiles
...
This allows creating bitmaps with sizes that are not multiples of 8x8
pixels. It seems the rest of u8g2 already supports this, as long as the
u8g2 and u8x8 buffers are rounded up to a multiple of 8x8 tiles.
2017-09-08 23:32:22 +02:00
Matthijs Kooijman
ffe1d45183
Issue #340 , store u8x8 and u8g2 buffers separately in u8x8_bitmap
...
A single malloc allocates space for both buffers. Previously,
u8x8_SetupBitmap would figure out where the u8g2 buffer lives based on
the u8x8 buffer, but this seems a bit fragile. Now, directly after
allocating, the pointer for both buffers are figured out and stored
separately.
2017-09-08 23:32:12 +02:00
olikraus
d5ea47a2f3
2.17.10, issue #318 and #347
2017-09-08 11:37:53 +02:00
olikraus
f57509c846
issue #347 , code cleanup
2017-09-08 09:27:15 +02:00
olikraus
a3738a3909
issue #347
2017-09-08 09:05:44 +02:00
olikraus
005a5e4754
issue #347
2017-09-08 08:29:33 +02:00
olikraus
9702a4f4a9
issue #347
2017-09-07 22:58:24 +02:00
olikraus
95a3cf2311
issue #347
2017-09-07 14:14:01 +02:00
olikraus
85d1ad761c
il3820 #347
2017-09-07 13:40:47 +02:00
olikraus
c93142939c
Merge branch 'master' of https://github.com/olikraus/u8g2
2017-09-06 23:15:55 +02:00
olikraus
d63e42fe7a
issue #318
2017-09-06 17:20:05 +02:00
olikraus
865fa75176
lut editor, fixed fade out problem, issue #318
2017-09-06 10:43:23 +02:00
olikraus
51b933e502
update
2017-09-05 16:54:21 +02:00
olikraus
1b6c3e8792
sh1106 button proto shield
2017-09-05 16:33:22 +02:00
olikraus
d7e7b1039f
SH1106 I2C
2017-09-05 15:28:28 +02:00
olikraus
cf9f713433
update
2017-08-28 15:07:20 +02:00
olikraus
8d1250c038
update
2017-08-28 14:46:42 +02:00
olikraus
136d5f9c0b
update
2017-08-28 12:52:25 +02:00
olikraus
807d3857ac
lut edit
2017-08-28 08:53:30 +02:00
olikraus
2b8833bbba
update
2017-08-27 23:27:26 +02:00
olikraus
a551ff3dff
update
2017-08-27 22:20:34 +02:00
olikraus
134185e569
update for sdl gpio key detection
2017-08-27 20:25:57 +02:00
olikraus
cdab52552b
2.17.8, issue #318
2017-08-27 09:47:42 +02:00
olikraus
a8aed8b524
issue #318
2017-08-26 18:09:18 +02:00
olikraus
16d98e795d
added dummy args (for now), issue #340
2017-08-25 23:12:52 +02:00
olikraus
2bfa997153
issue #340 , sdl test/sdl examples
2017-08-25 21:39:37 +02:00
olikraus
6cac79261e
issue #340 , fixed syntax errors
2017-08-25 21:15:20 +02:00
olikraus
6fe6c02975
issue #340
2017-08-25 19:44:04 +02:00
olikraus
bf141f4906
issue #340
2017-08-25 19:20:40 +02:00
olikraus
2e6d197ffa
mkr zero shield
2017-08-21 23:14:58 +02:00
olikraus
e1c5ff83a5
Merge branch 'master' of https://github.com/olikraus/u8g2
2017-08-20 13:18:20 +02:00
olikraus
4d38a18017
clock
2017-08-20 13:18:03 +02:00
olikraus
7f60b8872e
improved debounce #388
2017-08-20 12:46:35 +02:00
olikraus
1b8aa562a3
update
2017-08-16 09:05:59 +02:00
olikraus
c675c4bd4c
mkr zero clock
2017-08-16 08:57:57 +02:00
olikraus
c1b1aa6676
issue #333
2017-08-14 21:04:49 +02:00
olikraus
ea5bfb129d
mkr zero fps value for SSD1306 with i2c
2017-08-14 14:52:36 +02:00
olikraus
cf57ebb6db
issue #333
2017-08-14 14:19:40 +02:00
olikraus
c6a0c99b35
epaper #318
2017-08-14 08:18:59 +02:00
olikraus
9ce03323f2
2.16.9
2017-08-12 12:48:39 +02:00
olikraus
9290baea91
ssd1606 tests
2017-08-12 12:34:33 +02:00
olikraus
28fd513ae7
far east examples
2017-08-12 11:59:42 +02:00
olikraus
a679f167f6
issue #278 (user pointer)
2017-08-12 11:32:43 +02:00
olikraus
122eb78700
issue #324
2017-08-11 20:01:18 +02:00
olikraus
24ceea336c
new com proc for SED1520/SBN1661, issue #324
2017-08-09 21:09:21 +02:00
olikraus
6411944953
clock 2
2017-08-03 21:48:25 +02:00
olikraus
85a45e4baf
clock
2017-08-03 10:14:14 +02:00
olikraus
7f05c3181c
gm2
2017-07-25 21:21:15 +02:00
olikraus
329708bb46
gm
2017-07-21 20:29:34 +02:00
olikraus
8c636d4abd
gm
2017-07-18 20:20:59 +02:00
olikraus
3f8715327c
gm
2017-07-18 20:14:25 +02:00
olikraus
b6d68ea357
gm2
2017-07-17 23:12:17 +02:00
olikraus
3f53205943
gm
2017-07-16 10:49:20 +02:00
olikraus
897752b1ca
gm
2017-07-16 10:13:31 +02:00
olikraus
7682c7e0b4
map init code
2017-07-15 19:22:16 +02:00
olikraus
38d8f0027b
gm
2017-07-15 18:11:56 +02:00
olikraus
01a500aed9
gm
2017-07-15 12:09:58 +02:00
olikraus
8cb469432e
gm
2017-07-15 09:09:08 +02:00
olikraus
4a0981d818
gm
2017-07-14 21:59:15 +02:00
olikraus
6d0c9fea11
issue #305
2017-07-14 18:39:28 +02:00
olikraus
c7886ecc01
gm2
2017-07-14 13:52:01 +02:00
olikraus
faa2783201
mapgen
2017-07-14 10:35:05 +02:00
olikraus
e96514c41a
osb bugfix #206
2017-07-14 07:40:30 +02:00
olikraus
b4d3dc2e43
mapgen
2017-07-13 22:28:01 +02:00
olikraus
8750c1ed3c
mapgen
2017-07-10 21:56:35 +02:00
olikraus
f883f4306d
mapgen/ugl
2017-07-09 17:37:16 +02:00
olikraus
a47835a895
ugl
2017-07-09 16:13:08 +02:00
olikraus
5666691392
issue #295 , 96x16 OLED
2017-07-09 09:07:14 +02:00
olikraus
bcb2714028
issue #302
2017-07-06 22:24:37 +02:00
olikraus
caf0daa718
gm
2017-07-06 12:44:14 +02:00
olikraus
339785fa5e
mapgen
2017-07-06 07:07:10 +02:00
olikraus
82fce0b9d9
mapgen
2017-07-05 21:17:33 +02:00
olikraus
f261269cb5
mapgen
2017-07-04 21:00:46 +02:00
olikraus
3207051a75
golem master
2017-07-01 17:05:10 +02:00
olikraus
4d2d88103d
issue #292
2017-06-29 22:20:19 +02:00
olikraus
0bb67ff95c
update
2017-06-29 20:18:40 +02:00
olikraus
2a99f07150
boost converter
2017-06-19 00:59:27 +02:00
olikraus
3e1d6b0fc4
updates clock project
2017-06-16 09:39:30 +02:00
olikraus
15c2e36d61
skip hour
2017-06-12 07:50:14 +02:00
olikraus
86395a699d
dst sys info
2017-06-11 15:39:48 +02:00
olikraus
f5edc62a29
updates
2017-06-11 11:48:23 +02:00
olikraus
2e000ed456
dst
2017-06-10 23:56:02 +02:00
olikraus
a30824ba71
summertime
2017-06-10 09:27:48 +02:00
olikraus
375b0c246f
summer time update
2017-06-10 09:15:50 +02:00
olikraus
bcba4d3231
work on summertime adjustment
2017-06-07 23:02:28 +02:00
olikraus
b16d64336c
update
2017-06-05 22:46:59 +02:00
olikraus
c37e3c4bba
updates
2017-06-05 21:49:45 +02:00
olikraus
b7ce3ac92b
main display center strings, uptime calcumation
2017-06-05 17:32:53 +02:00
olikraus
e2bbaa69d5
Merge branch 'master' of https://github.com/olikraus/u8g2
2017-06-05 09:45:07 +02:00
olikraus
6cf21e79d0
simplified HelloWorld
2017-06-05 09:44:44 +02:00
olikraus
7d0ab91594
todo
2017-06-04 13:54:27 +02:00
olikraus
e40f97d1d8
limit height of bdfconv tga output
2017-06-04 11:59:07 +02:00
olikraus
542d73ee2e
issue #284
2017-06-01 22:50:16 +02:00
olikraus
d495bbd20d
2.16.0
2017-05-31 23:33:40 +02:00
olikraus
0fa21b8969
faq
2017-05-31 23:18:10 +02:00
olikraus
f7c277f3b5
issue #280
2017-05-28 22:22:07 +02:00
olikraus
9a1a015737
faq
2017-05-28 16:57:56 +02:00
olikraus
b2ce464c4c
bat symb
2017-05-27 19:15:28 +02:00
olikraus
7fa4ecf192
bat voltage
2017-05-27 18:48:31 +02:00