• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rm-hull / luma.core
81%
master: 99%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 10 Jan 2017 09:52PM UTC
Files 21
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH framebuffer
branch: framebuffer
CHANGE BRANCH
x
Reset
  • framebuffer
  • 0.1.0
  • 0.1.1
  • 0.1.11
  • 0.1.12
  • 0.1.13
  • 0.1.14
  • 0.1.15
  • 0.1.2
  • 0.1.3
  • 0.1.4
  • 0.2.0
  • 0.3.0
  • 0.3.1
  • 0.3.2
  • 0.4.0
  • 0.4.1
  • 0.4.2
  • 0.4.3
  • 0.4.4
  • 0.5.0
  • 0.5.1
  • 0.5.2
  • 0.5.3
  • 0.5.4
  • 0.6.0
  • 0.6.1
  • 0.6.2
  • 0.7.0
  • 0.7.1
  • 0.7.2
  • 0.7.3
  • 0.7.4
  • 0.7.5
  • 0.8.0
  • 0.8.1
  • 0.9.0
  • 0.9.1
  • 0.9.2
  • 0.9.3
  • 0.9.4
  • 0.9.5
  • 1.0.0
  • 1.0.0-prep
  • 1.0.1
  • 1.0.2
  • 1.0.3
  • 1.1.0
  • 1.1.1
  • 1.10.0
  • 1.10.1
  • 1.12.0
  • 1.13.0
  • 1.14.0
  • 1.14.1
  • 1.15.0
  • 1.16.0
  • 1.16.1
  • 1.16.2
  • 1.17.0
  • 1.17.2
  • 1.17.3
  • 1.2.0
  • 1.2.1
  • 1.3.0
  • 1.4.0
  • 1.5.0
  • 1.6.0
  • 1.7.0
  • 1.7.1
  • 1.7.2
  • 1.8.0
  • 1.8.1
  • 1.8.2
  • 1.8.3
  • 1.9.0
  • 2.0.0
  • 2.0.1
  • 2.0.2
  • PCA9633-gradual-backlight
  • alt-gpio-implementation
  • ansi-colors
  • api-doc-1
  • api-doc-update
  • api-docs
  • backlight_cmdline
  • bitbang
  • bugfix/accented_chars
  • bugfix/deprecate-spi-cshigh
  • bugfix/deprecation
  • bugfix/extended_charset_assert
  • bugfix/fullframe_cmdline_args
  • bugfix/gifanim_nodisplay
  • bugfix/ioctl-error-22
  • bugfix/issue-135
  • bugfix/legacy_show_message
  • bugfix/missing-cmdline-interfaces
  • bugfix/osx_conditional_install
  • bugfix/pillow-diffs
  • bugfix/py2_unicode
  • bugfix/seg7_font
  • bugfix/setup_py
  • bugfix/user-friendly-index-error
  • build-typo
  • build-update
  • canvas_tests
  • changelog-markup
  • chore/dependabot
  • chore/pin-pillow-version
  • chore/py35-deprecation
  • classifiers
  • cmdline
  • cmdline-58
  • cmdline-help
  • coveralls-once
  • deprecated-params-2
  • develop
  • doc-req
  • doc-update
  • drop-py38
  • eol-py34-156
  • extras_require
  • f-string
  • fakefs-61
  • feature/CP437_chars
  • feature/dithered-viewport
  • feature/extended-reset-hold-time
  • feature/extended-spi-bus-speeds
  • feature/fdti
  • feature/font-docs
  • feature/framebuffer-device
  • feature/ftdi
  • feature/gpio-mode
  • feature/improved-framebuffer-performance
  • feature/lcd-backlight
  • feature/spi-cs-high
  • feature/support-parallel-interface-in-cmdline-opts
  • feature/tolerant
  • feature/writebytes
  • fix-badges
  • fix-pytest-209
  • fix/virtual-optimization
  • focal
  • font-doc-131
  • format-cmdline-69
  • framerate_regulator
  • gpio-import-error
  • hex_addr
  • install-venv
  • legacy
  • lg-ci-build
  • lib-decorator
  • luma.core/main
  • main
  • master
  • migrate_7segment
  • monotonic-clock
  • monotonic-osx
  • monotonic-py27-65
  • more-coverage
  • namespace-fix
  • new-release
  • osx-tests
  • py36
  • py37
  • py39
  • pytest_ver
  • python2
  • qa-deps
  • remove-emulator
  • remove-py27
  • req-badge
  • rpi-tests
  • rpi-tests-90
  • rpi-tests2
  • rtd-py27
  • serial-error
  • setmode
  • simplify-imports
  • split-docs-139
  • sprite_system
  • stable
  • tca9548a_scanner
  • term-bgcolor-79
  • test-deps
  • test_dither
  • tests-patch-1
  • thijstriemstra-patch-1
  • time-ns
  • tranfer_size
  • travis-build
  • unsupported-platform
  • update-tests
  • use-pathlib
  • version-nr-access
  • xenial-travis

pending completion
150

push

travis-ci

rm-hull
Add full-frame and diff-to-previous framebuffer implementations

This is an enabler, and other functionality to follow in specific
device implementations, notably SSD1331, SSD1322, SSD1325 - which
should see improved render performance with the ‘diff_to_previous’
frame buffer

18 of 18 new or added lines in 1 file covered. (100.0%)

426 of 528 relevant lines covered (80.68%)

4.02 hits per line

Relevant lines Covered
Build:
Build:
528 RELEVANT LINES 426 COVERED LINES
4.02 HITS PER LINE
Source Files on framebuffer
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
150 framebuffer Add full-frame and diff-to-previous framebuffer implementations This is an enabler, and other functionality to follow in specific device implementations, notably SSD1331, SSD1322, SSD1325 - which should see improved render performance with the ‘d... push 27 Feb 2017 12:20AM UTC rm-hull travis-ci pending completion  
148 framebuffer Add full-frame and diff-to-previous framebuffer implementations This is an enabler, and other functionality to follow in specific device implementations, notably SSD1331, SSD1322, SSD1325 - which should see improved render performance with the ‘d... push 27 Feb 2017 12:08AM UTC rm-hull travis-ci pending completion  
147 framebuffer Add full-frame and diff-to-previous framebuffer implementations This is an enabler, and other functionality to follow in specific device implementations, notably SSD1331, SSD1322, SSD1325 - which should see improved render performance with the ‘d... push 27 Feb 2017 12:04AM UTC rm-hull travis-ci pending completion  
See All Builds (1445)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc