Last Version

UCGDisplay 3.0.1

A universal display library for single board computers. Supports graphics monochrome display devices (lcd, oled, e-ink etc) powered by U8g2

License

License

GroupId

GroupId

com.ibasco.ucgdisplay
ArtifactId

ArtifactId

ucgd-parent
Version

Version

3.0.1
Type

Type

pom
Description

Description

UCGDisplay
A universal display library for single board computers. Supports graphics monochrome display devices (lcd, oled, e-ink etc) powered by U8g2
Project URL

Project URL

https://github.com/ribasco/ucgdisplay
Project Organization

Project Organization

Universal Character/Graphics display library
Source Code Management

Source Code Management

https://github.com/ribasco/ucgdisplay

Download ucgd-parent 3.0.1

Filename Size
ucgd-parent-3.0.1.pom 20 KB
Browse

<!-- https://jarcasting.com/artifacts/com.ibasco.ucgdisplay/ucgd-parent/ -->
<dependency>
    <groupId>com.ibasco.ucgdisplay</groupId>
    <artifactId>ucgd-parent</artifactId>
    <version>3.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ibasco.ucgdisplay/ucgd-parent/
implementation 'com.ibasco.ucgdisplay:ucgd-parent:3.0.1'
// https://jarcasting.com/artifacts/com.ibasco.ucgdisplay/ucgd-parent/
implementation ("com.ibasco.ucgdisplay:ucgd-parent:3.0.1")
'com.ibasco.ucgdisplay:ucgd-parent:pom:3.0.1'
<dependency org="com.ibasco.ucgdisplay" name="ucgd-parent" rev="3.0.1">
  <artifact name="ucgd-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ibasco.ucgdisplay', module='ucgd-parent', version='3.0.1')
)
libraryDependencies += "com.ibasco.ucgdisplay" % "ucgd-parent" % "3.0.1"
[com.ibasco.ucgdisplay/ucgd-parent "3.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • common
  • drivers/glcd
  • native/modules/graphics
  • examples/drivers/glcd
  • assembly