Commit Graph

1014 Commits

Author SHA1 Message Date
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
Matthijs Kooijman f684246d24 Fix compilation without U8X8_USE_PINS
When compiling outside of the Arduino environmen, U8X8_USE_PINS is not
defined. However, some parts of the C++ code outside of the
U8X8_USE_PINS guards depended on code inside the guards, breaking
compilation. By adding some extra guards, compilation of the C++ code
now also works outside of the Arduino environment.
2017-09-08 23:32:00 +02:00
olikraus cb48a03ed2 Merge branch 'master' of https://github.com/olikraus/u8g2 2017-09-08 19:29:40 +02:00
olikraus 472c3553c5 Merge pull request #346 from gnlcosta/master
Declared "weak" (only for GCC) the function u8x8_GetMenuEvent
2017-09-08 19:29:07 +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 38d0e317bf issue #347, code cleanup, LUT moved from init to refresh 2017-09-08 09:19:41 +02:00
olikraus 86824d6208 issue #347, new init procedure 2017-09-08 09:13:10 +02:00
olikraus ad9e2d8187 issue #347, 0x0c4 --> 0x004 2017-09-08 09:11:58 +02:00
olikraus 0cf990e4f8 issue #347, LUT transfer during refresh 2017-09-08 09:10:30 +02:00
olikraus 60e7876941 issue #347, added powersave modes 2017-09-08 09:09:09 +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 04af869951 t0 bdf fonts 2017-09-06 23:17:28 +02:00
olikraus c93142939c Merge branch 'master' of https://github.com/olikraus/u8g2 2017-09-06 23:15:55 +02:00
olikraus e8764381a7 2.17.9 2017-09-06 17:21:06 +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
Gianluca Costa f076e96750 Declared "weak" (only for GCC) the function u8x8_GetMenuEvent 2017-09-03 18:44:22 +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 05e6050c18 issue #318, fixed contrast 2017-08-26 21:20:19 +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 e6f091c727 Merge branch 'master' of https://github.com/olikraus/u8g2 2017-08-21 07:59:11 +02:00
olikraus f81954fd04 2.16.6 2017-08-21 07:58:57 +02:00
olikraus b57fccd649 added missing 8080 interface #339 2017-08-21 07:56:23 +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 f4643dac4a issue #318 2017-08-18 21:14:35 +02:00
olikraus 0346ae396b additional m fonts, issue #335 2017-08-18 20:31:22 +02:00
olikraus fbaf0505f8 Merge branch 'master' of https://github.com/olikraus/u8g2 2017-08-17 17:54:05 +02:00