Commit Graph

34 Commits

Author SHA1 Message Date
kraus 7d54d303e4 update 2023-09-04 01:12:28 +02:00
kraus d987608d40 issue #1979 2022-10-11 14:32:30 +02:00
kraus 595b34d6dc fix compiler warnings #1802 2022-03-04 07:46:16 +01:00
olikraus b3ffad4d83
Merge pull request #1455 from stsymbaliuk/WikiLinkFix
Update link to SDL_PollEvent Wiki page
2022-02-09 17:38:38 +01:00
kraus 1e9a6303be mui 2021-10-22 21:52:39 +02:00
Serhii Tsymbaliuk 2f8d641dcc Update link to SDL_PollEvent Wiki page 2021-04-01 20:23:43 +03:00
kraus 7ac68c9f83 issue #771 2019-01-01 23:46:04 +01:00
kraus abb901a8c6 issue #736 2018-12-22 13:04:20 +01:00
kraus 5679d3fbba pr #592 2018-04-30 17:48: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 fa6f318119 240x160 2017-09-28 23:25:13 +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 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 ee45416e23 update 2017-05-05 20:59:46 +02:00
olikraus a3a75bacc3 updates 2017-05-02 23:18:20 +02:00
olikraus 9cc2909dc9 implementation issue #48 2016-08-17 21:01:03 +02:00
Bas Stottelaar cf846d814d Renames sck_clock_mode -> spi_mode. Implemented SPI modes for HW SPI. 2016-07-26 20:38:55 +02:00
Bas Stottelaar 54e3c1ae9b sck_takeover_edge -> sck_clock_mode to account for all four SPI modes. 2016-07-25 22:05:00 +02:00
olikraus 78a8c0d7d8 selection list sdl example 2016-06-12 14:19:10 +02:00
olikraus 00b7d1337b intoduced flipmode_x_offset, removed option to disable flipmode handling (it is now always enabled) 2016-05-26 12:20:44 +02:00
olikraus 24a5013e08 tmp checkin 2016-02-22 18:51:48 +01:00
olikraus 96f2fce5da fixed sdl example 2016-02-11 16:50:05 +01:00
olikraus 4acd2ff1be update 2015-12-20 23:39:27 +01:00
olikraus e29c5fd7ee display_Setup --> SetupMemory 2015-12-06 23:00:56 +01:00
olikraus 684d48a566 changed display setup to display setup memory 2015-12-06 22:56:10 +01:00
olikraus c25a32ed29 u8g2 moved from u8glib 2015-11-06 21:07:14 +01:00