Skip to content

Commit ddd89c5

Browse files
committed
pkg: u8g2: smaller patches + comments.
1 parent 25d7fd3 commit ddd89c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pkg/u8g2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ u8g2_SetDevice(&u8g2, SPI_0);
5252
## Virtual displays
5353
For targets without an I2C or SPI, virtual displays are available. These displays are part of U8g2, but are not compiled by default.
5454

55-
* By adding `USEMODULE += u8g2_utf8`, a terminal display is used as virtual display.
56-
* By adding `USEMODULE += u8g2_sdl`, a SDL virtual display will be used. This is only available on native targets that have SDL installed.
55+
* By adding `USEMODULE += u8g2_utf8`, a terminal display is used as virtual display, using UTF8 block characters that are printed to stdout.
56+
* By adding `USEMODULE += u8g2_sdl`, a SDL virtual display will be used. This is only available on native targets that have SDL installed. It uses `sdl-config` to find the headers and libraries. Note that RIOT-OS builds 32-bit binaries and requires 32-bit SDL libraries.
5757

5858
### Example
5959
```

pkg/u8g2/patches/0001-u8g2-add-riot-os-makefiles.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 96295dd6b68eee06e736ccf84b3225682a912230 Mon Sep 17 00:00:00 2001
1+
From 09dad731ec608609836aae37ab32fbceec8f3eaa Mon Sep 17 00:00:00 2001
22
From: Bas Stottelaar <[email protected]>
33
Date: Tue, 24 May 2016 20:17:39 +0200
44
Subject: [PATCH 1/2] u8g2: add riot-os makefiles.

pkg/u8g2/patches/0002-u8g2-add-riot-os-interface.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 454b1b8fd9732642a74d1269b74a569e418ae9db Mon Sep 17 00:00:00 2001
1+
From e6838299ea324752a559ce1a583c7e2259a121b8 Mon Sep 17 00:00:00 2001
22
From: Bas Stottelaar <[email protected]>
33
Date: Wed, 22 Jun 2016 18:04:31 +0200
44
Subject: [PATCH 2/2] u8g2: add riot-os interface.

0 commit comments

Comments
 (0)