diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-08-09 17:43:59 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-08-09 17:52:47 +0200 |
commit | 21da7bd2885b022c5a98e2d938127676fba2ab56 (patch) | |
tree | 3c27cf80b56e9f7a7fef97966abcbe77dd4fec2b /dev-libs/luise/metadata.xml | |
parent | net-misc/ipmiview: drop old version (diff) | |
download | gentoo-21da7bd2885b022c5a98e2d938127676fba2ab56.tar.gz gentoo-21da7bd2885b022c5a98e2d938127676fba2ab56.tar.bz2 gentoo-21da7bd2885b022c5a98e2d938127676fba2ab56.zip |
dev-libs/luise: renamed by dropping -bin
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/luise/metadata.xml')
-rw-r--r-- | dev-libs/luise/metadata.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/luise/metadata.xml b/dev-libs/luise/metadata.xml new file mode 100644 index 000000000000..2b9a35f1422c --- /dev/null +++ b/dev-libs/luise/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> + <longdescription> + The libluise.so lib provides a very simple interface for programming + the USB LCDs ready. The programmer has three independent screens available, + a text screen and two graphic screens. The screens are each 320x240 pixels. + By the two separate graphic screens can be very easily superimposed static and + represent dynamic data. This is for example when using background images + helpful because the environment of the dynamic data / graphics is not constantly recalculated + got to. All three screens will appear "on top of each other" on the LCD and will go through + previously defined parameters (LUI_LCDmode ()) corresponding to each other bitwise + connected. The coordinate origin (x = 0, y = 0) of a screen is always in the + left upper corner. In addition, the inversion and the rotation of the screens + supports (90 ° steps), while saving the programmer the coordinates conversions stay. + </longdescription> +</pkgmetadata> |