Add scr_main skeleton for ITGC-100 800x480 display#115
Closed
Oratorium-No8 wants to merge 1 commit intolvgl:masterfrom
Closed
Add scr_main skeleton for ITGC-100 800x480 display#115Oratorium-No8 wants to merge 1 commit intolvgl:masterfrom
Oratorium-No8 wants to merge 1 commit intolvgl:masterfrom
Conversation
Implements the main screen (scr_main) widget structure in the Windows Simulator per docs/ITGC100_widget_structure.md: - create_header_bar(): shared header with mem_selector (◀ 001 ▶), START/STOP buttons, gear icon; btn_back hidden on main screen - create_ch_cell(): 16-channel 4x4 grid (132x98 each) with accent_bar, result label, and X/Y voltage labels - update_ch_cell(): runtime update function for CH_INACTIVE/OK/NG states - create_scr_main(): right panel with trend chart (lv_chart LINE 10pts), pie canvas placeholder (100x100), OK/NG count cards, ellipse a/b labels, and counter reset button; status bar at y=462 h=18 Also enables LV_FONT_MONTSERRAT_10/12/16 in lv_conf.h (required by the widget size spec). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the main screen (scr_main) widget structure in the Windows Simulator per docs/ITGC100_widget_structure.md:
Also enables LV_FONT_MONTSERRAT_10/12/16 in lv_conf.h (required by the widget size spec).
Summary by cubic
Add the
scr_mainUI skeleton for the ITGC-100 800x480 Windows simulator. Provides the header, 16-channel grid, right panel placeholders, and a status bar; enables required Montserrat fonts.update_ch_cell()handles CH_INACTIVE/OK/NG and value updates.lv_conf.hto match the spec.Written for commit c313c4f. Summary will update on new commits.