kraus
e3068fe145
issue #1561
2021-08-20 00:10:41 +02:00
kraus
60385b089f
font comments
2021-08-19 11:13:55 +02:00
kraus
a389917ec8
update
2021-08-19 09:23:46 +02:00
kraus
f44f02d715
update
2021-08-17 23:18:10 +02:00
kraus
8a8a5cfaa7
update
2021-08-16 00:06:52 +02:00
kraus
5a5c77246d
update
2021-08-15 16:23:17 +02:00
kraus
0d803e7de6
update
2021-08-15 13:29:07 +02:00
kraus
8a7a1b0758
update
2021-08-10 17:59:11 +02:00
kraus
c092ff12d0
ui
2021-08-10 12:20:27 +02:00
kraus
4a4f784797
ui
2021-08-10 12:11:34 +02:00
kraus
d553629e09
updates
2021-08-09 09:50:03 +02:00
kraus
75f877d12a
some ui tests
2021-08-08 18:49:36 +02:00
kraus
9c026eb4ce
issue #1304 #1383
2021-07-09 12:23:41 +02:00
kraus
f93808da99
update
2021-07-05 22:57:11 +02:00
Serhii Tsymbaliuk
2f8d641dcc
Update link to SDL_PollEvent Wiki page
2021-04-01 20:23:43 +03:00
kraus
99b63a38a3
test code for issue #1217
2020-06-11 19:13:21 +02:00
kraus
5ff1f15dbc
issue #1054 , fixed 1x2 and 2x2 procedures for big 8x8 fonts
2019-11-20 21:25:47 +01:00
kraus
7b772d640b
screenshot, issue #1005
2019-10-03 08:39:29 +02:00
kraus
c02ddf7910
issue #1005 , write xbm
2019-10-02 16:09:56 +02:00
kraus
717a5cfb33
issue #1005 , write PBM
2019-10-02 15:28:29 +02:00
kraus
b7d65d7a1b
issue #584
2019-01-22 23:28:03 +01:00
kraus
9b8f43dec9
issue #771 , upscale support
2019-01-02 10:34:44 +01:00
kraus
5e5713ffcb
issue #771
2019-01-02 09:58:08 +01:00
kraus
7ac68c9f83
issue #771
2019-01-01 23:46:04 +01:00
kraus
9f203f3c59
u8x8 16x16 font, issue #771
2018-12-24 15:07:43 +01:00
kraus
abb901a8c6
issue #736
2018-12-22 13:04:20 +01:00
kraus
3702b0da95
issue #736
2018-11-02 09:01:40 +01:00
kraus
9b9cb2fa7e
issue #736
2018-11-02 08:35:10 +01:00
kraus
168ed38832
issue #693
2018-09-01 08:34:39 +02:00
kraus
8fdf3641f7
issue #690
2018-08-31 00:12:22 +02:00
kraus
8da3edda27
spacetrash
2018-05-20 00:17:36 +02:00
kraus
ef106170cb
update
2018-05-07 20:20:22 +02:00
kraus
2328618ddb
bugfix u8log, issue #606
2018-05-06 22:14:24 +02:00
kraus
5679d3fbba
pr #592
2018-04-30 17:48:43 +02:00
kraus
cc8777898a
u8log, issue #560
2018-04-22 11:15:27 +02:00
kraus
4d6bcaa7bf
issue #560
2018-04-21 19:00:00 +02:00
kraus
326c7d1ccd
issue #560
2018-04-21 18:02:43 +02:00
Bas Stottelaar
687b8bdc53
Convert to SDL2.
2018-02-20 23:00:54 +01:00
Bas Stottelaar
c6f4f36308
Cast to unsigned int to fix sign compare error.
2018-02-11 23:22:37 +01:00
olikraus
b2d84613a8
issue #474 , fixed string draw
2018-01-21 17:00:06 +01:00
olikraus
5491417257
chinese sdl example
2018-01-20 15:02:04 +01:00
olikraus
45b8a6437d
update
2017-12-31 14:29:38 +01:00
olikraus
81ebbb214e
issue #466
2017-12-28 00:49:31 +01:00
olikraus
cfbbc904c6
issue #418
2017-12-14 19:23:15 +01:00
Erik Kunze
1c22ed9ff7
Make SDL examples compile
2017-11-21 09:40:06 +01:00
olikraus
a20f7e3eec
work on none clipping mode
2017-11-18 13:06:01 +01:00
olikraus
4b8cf2e18b
tests for #370
2017-09-30 07:17:30 +02:00
olikraus
fa6f318119
240x160
2017-09-28 23:25:13 +02:00
olikraus
b03f4f1b15
mkrzero clock
2017-09-17 21:05:09 +02:00
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
51b933e502
update
2017-09-05 16:54:21 +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
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
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
a47835a895
ugl
2017-07-09 16:13:08 +02:00
olikraus
caf0daa718
gm
2017-07-06 12:44:14 +02:00
olikraus
3207051a75
golem master
2017-07-01 17:05:10 +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
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
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
9a1a015737
faq
2017-05-28 16:57:56 +02:00
olikraus
b7cd6953f4
standby display off & snooze
2017-05-13 14:33:02 +02:00
olikraus
093742ca3d
128x64
2017-05-11 16:19:53 +02:00
olikraus
18892182ab
clock update
2017-05-09 17:44:00 +02:00
olikraus
e8b4c4bdf9
update
2017-05-09 08:22:10 +02:00
olikraus
d2c3246412
standby mode
2017-05-08 22:08:16 +02:00
olikraus
00de4fda60
update
2017-05-07 23:17:04 +02:00
olikraus
79af6babd7
update
2017-05-07 16:55:27 +02:00
olikraus
662311224d
time&date
2017-05-07 14:09:45 +02:00
olikraus
b4980c668d
update
2017-05-06 18:33:30 +02:00
olikraus
c48eb368f9
hw integration
2017-05-06 14:36:04 +02:00
olikraus
9234964577
removed guistate
2017-05-06 13:23:34 +02:00
olikraus
282d58d764
update
2017-05-06 13:23:05 +02:00
olikraus
ee45416e23
update
2017-05-05 20:59:46 +02:00
olikraus
07f2923103
update
2017-05-03 19:54:09 +02:00
olikraus
7212edacb8
update
2017-05-03 12:54:38 +02:00
olikraus
a3a75bacc3
updates
2017-05-02 23:18:20 +02:00
olikraus
998d28a99a
backup
2017-05-01 21:23:59 +02:00
olikraus
375e7da473
update
2017-05-01 11:24:03 +02:00
olikraus
98254a9d52
update
2017-05-01 08:11:58 +02:00
olikraus
4822cdd731
update
2017-04-30 14:47:01 +02:00
olikraus
1228e3b065
clock
2017-04-30 12:08:44 +02:00
olikraus
642325bba0
update
2017-04-29 22:34:06 +02:00
olikraus
b1f0f87ab6
update
2017-04-27 22:09:10 +02:00
olikraus
189e4dd551
update
2017-04-26 22:28:22 +02:00
olikraus
dad9a687a1
update
2017-04-26 21:51:42 +02:00
olikraus
2d9c4b95c6
update
2017-04-26 18:50:49 +02:00
olikraus
549bc7395b
update
2017-04-26 11:55:19 +02:00
olikraus
c555a83f8a
update
2017-04-26 09:57:39 +02:00
olikraus
f2baf0d5e5
update
2017-04-26 07:46:14 +02:00
olikraus
9d1358aaf5
update
2017-04-26 06:08:29 +02:00
olikraus
928ce42fb4
alarm calculation
2017-04-26 05:53:33 +02:00
olikraus
d986fc85c6
alarm overview
2017-04-24 22:16:02 +02:00
olikraus
7a38d49c7a
date adjust
2017-04-23 17:09:17 +02:00
olikraus
5c827e4e66
update
2017-04-23 13:27:03 +02:00
olikraus
7623c24f26
gui
2017-04-23 13:26:25 +02:00
olikraus
06674abe80
button callbacks
2017-04-23 11:43:33 +02:00
olikraus
0363863d47
date
2017-04-23 09:33:13 +02:00
olikraus
433d106e46
update
2017-04-22 17:44:26 +02:00
olikraus
4a3393fa5e
alarm
2017-04-22 13:09:05 +02:00
olikraus
cdc1f55cca
sdl menu updates
2017-04-22 10:10:01 +02:00
olikraus
7768662d25
update
2017-04-21 21:02:20 +02:00
olikraus
345158c025
menu
2017-04-20 22:27:43 +02:00
olikraus
882c859c52
menu
2017-04-20 21:33:55 +02:00
olikraus
ca900c5b4b
menu
2017-04-19 23:43:28 +02:00
olikraus
a9b2ca737b
faq updates, ssd1607
2017-01-24 21:31:17 +01:00
olikraus
69c9f752f6
update
2016-12-17 12:43:06 +01:00
olikraus
234e0ab7f4
scrolling text example
2016-12-11 19:19:42 +01:00
olikraus
60802e7af5
issue #93
2016-11-24 22:49:30 +01:00
olikraus
ca3b5ffc47
gm
2016-11-20 15:46:11 +01:00
olikraus
ccef7fa1b8
golem master
2016-11-20 15:25:08 +01:00
olikraus
49ede6536e
0.66" OLED, issue #89
2016-11-20 09:59:20 +01:00
olikraus
b4db8002ec
XBM & japanese
2016-10-01 08:37:18 +02:00
olikraus
b91e02ea42
issue #62 solved
2016-09-26 20:53:08 +02:00
olikraus
b0edf020e7
270 issue
2016-09-26 06:59:18 +02:00
olikraus
9abb620676
ssd1325 implemented
2016-09-25 22:15:16 +02:00
olikraus
ad3ac3a66e
HW SPI bug fixing
2016-08-21 11:46:01 +02:00
olikraus
8241447854
issue #42
2016-08-20 14:04:33 +02:00
olikraus
9cc2909dc9
implementation issue #48
2016-08-17 21:01:03 +02:00