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

lexus2k / lcdgfx / 25176391397

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
23976506561 master Bump version to 1.2.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> push 04 Apr 2026 09:54AM UTC lexus2k github
48.93
23976359138 master Add normalMode/invertMode to ST7789, IL9163, ILI9341 (Fixes #125) Some ST7789 panels show inverted colors because the init sequence hardcodes INVON (0x21). Add normalMode() (sends 0x20 INVOFF) and invertMode() (sends 0x21 INVON) to ST7789, IL9163... push 04 Apr 2026 09:44AM UTC lexus2k github
48.93
23963654344 master Bump version to 1.1.7 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> push 03 Apr 2026 09:57PM UTC lexus2k github
48.93
23963001690 master Add missing multi-byte command handlers to SDL emulators Previously, unhandled multi-byte commands (e.g. 0xD5 Clock Divide on SSD1306) would cause their argument bytes to be misinterpreted as new commands, potentially corrupting emulator state. ... push 03 Apr 2026 09:35PM UTC lexus2k github
48.93
23962095499 master Add SDL core GPIO/analog utility tests (344 tests) Test sdl_set_gpio_keys, sdl_read_analog, sdl_read_digital, sdl_write_digital, and sdl_dc_mode functions. Improves sdl_core.c coverage from 77% to 83%. Co-authored-by: Copilot <223556219+Copilot@... push 03 Apr 2026 09:04PM UTC lexus2k github
48.93
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 17
  • 18
  • Next →
  • Back to Repo
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