Skip to content

Commit f76271e

Browse files
committed
Mention sample program execution with Linux framebuffer in README.md
1 parent f398d11 commit f76271e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,20 @@ Build the library and demo program.
7272
$ make
7373
```
7474

75-
Run sample `Mado` program:
75+
`Mado` supports SDL or Linux framebuffer as backends.
76+
77+
Run sample `Mado` program with SDL backend:
7678
```shell
7779
$ ./demo-sdl
7880
```
7981

8082
Once the window appears, you should be able to move the windows and interact with the widgets.
8183

84+
Run sample `Mado` program with Linux framebuffer backend:
85+
```shell
86+
$ sudo FRAMEBUFFER=/dev/fb0 ./demo-fbdev
87+
```
88+
8289
## License
8390

8491
`Mado` is available under a MIT-style license, permitting liberal commercial use.

0 commit comments

Comments
 (0)