Commit Graph

193 Commits

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