Commit Graph

184 Commits

Author SHA1 Message Date
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