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

lexus2k / lcdgfx
55%

Build:
DEFAULT BRANCH: master
Repo Added 12 Nov 2019 01:11AM UTC
Files 40
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • circleci-project-setup
  • esp8266_spi_compilation_fix
  • v1.0.0_dev

30 Apr 2026 04:14PM UTC coverage: 55.065%. Remained the same
25176391397

push

github

lexus2k
fix(tools): use integer division in glcdsource.py for Python 3

Python 3's / operator produces floats, breaking row index computation
in glcdsource.py when generating fonts/glcd assets. Replace with //
for explicit integer division.

Reported on issue #66.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

1060 of 1925 relevant lines covered (55.06%)

15806.45 hits per line

Relevant lines Covered
Build:
Build:
1925 RELEVANT LINES 1060 COVERED LINES
15806.45 HITS PER LINE
Source Files on master
  • Tree
  • List 40
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25176391397 master fix(tools): use integer division in glcdsource.py for Python 3 Python 3's / operator produces floats, breaking row index computation in glcdsource.py when generating fonts/glcd assets. Replace with // for explicit integer division. Reported on i... push 30 Apr 2026 04:16PM UTC lexus2k github
55.06
25077273108 master release: v1.3.1 - GUI widget polish (slider/spinbox/menu) - Slider: page-aligned 3-fillRect band on SSD1306; border outside band. - Spinbox: explicit text-band clear each frame. - Menu/CheckboxMenu: flicker/scroll-artifact fixes; checkbox mark no... push 28 Apr 2026 08:59PM UTC lexus2k github
55.06
25076006873 master fix(gui): eliminate flicker and scroll artifacts in menu/checkbox/slider/spinbox Menu / CheckboxMenu: - show() now uses a smart incremental redraw: full draw on first call or when the visible window scrolls, otherwise only the affected rows (... push 28 Apr 2026 08:31PM UTC lexus2k github
55.06
25072712455 master Merge pr/g1-doc-refresh-1.3.0: README/keywords/CHANGELOG for v1.3.0 push 28 Apr 2026 07:18PM UTC lexus2k github
55.12
25072430672 master chore(release): bump version to 1.3.0 Highlights since v1.2.0: Documentation * Controller capability matrix (docs/controller_matrix.md, PR A1). * Migration guide v1 -> v2 (docs/migration_v1_v2.md, PR A2). Bug fixes * SSD1325 fillRect 4-bi... push 28 Apr 2026 07:12PM UTC lexus2k github
55.12
24043021240 master Add checkbox menu demo example New example in examples/gui/checkbox_demo/ demonstrating the LcdGfxCheckboxMenu widget with 8 settings items, pre-checked defaults, up/down navigation, and SELECT to toggle checkboxes. Scroll indicators appear autom... push 06 Apr 2026 05:46PM UTC lexus2k github
50.58
23985608556 master Add scroll indicators and checkbox menu widget - LcdGfxMenu::show() now draws scroll indicators (▲/▼ arrows and thin scrollbar) when menu items overflow the visible area - New LcdGfxCheckboxMenu class with toggle/isChecked/setChecked API, uin... push 04 Apr 2026 07:10PM UTC lexus2k github
50.58
23985140097 master Comprehensive doxygen documentation overhaul - Update doxygen.cfg: version 1.2.0, expanded PROJECT_BRIEF with all supported displays, enable JAVADOC_AUTOBRIEF, set EXAMPLE_PATH and IMAGE_PATH, modern color scheme (teal/blue hue) - Create 3 ne... push 04 Apr 2026 06:42PM UTC lexus2k github
48.93
23979950296 master Fix libgpiod line ownership bug in GPIO functions (#134) The libgpiod implementation had a critical resource management issue: gpio_direction() acquired a line via gpiod_line_request but never released it, causing gpio_write() and gpio_read() to ... push 04 Apr 2026 01:36PM UTC lexus2k github
48.93
23976743177 master Fix ILI9341 SDL emulator 90° CW rotation Remove the s_horizontalLayout hack that swapped window dimensions (320×240 instead of 240×320) and rotated pixel coordinates via sdl_put_pixel(height-ry-1, rx, ...). The emulator now uses direct (rx, ry) p... push 04 Apr 2026 10:09AM UTC lexus2k github
48.93
See All Builds (266)
  • 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