fbsim

framebuffer trivial "simulator"
git clone git://deadbeef.fr/fbsim.git
Log | Files | Refs | README

commit fa34465dcef8d9590594058747887ba34378b462
parent 315d7e3b7981840438966a85db8946bb7a1de794
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Fri, 18 Sep 2020 16:20:54 +0200

added some hints about dd's usage

Diffstat:
MREADME | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -45,3 +45,8 @@ Examples of build line: gcc: gcc -Wall -Wextra src/main.c -lSDL -o fbsim clang: clang -Wall -Weverything src/main.c -lSDL -o fbsim + +Notes: +If using dd to write to the framebuffer, you will need to +specify proper conversion options, by passing it: +"conv=nocreat,notrunc"