help: Fix broken and missing figure references in equation library - #1715
Open
Wiljea wants to merge 1 commit into
Open
help: Fix broken and missing figure references in equation library#1715Wiljea wants to merge 1 commit into
Wiljea wants to merge 1 commit into
Conversation
This was referenced Aug 7, 2026
c3d
force-pushed
the
dev
branch
2 times, most recently
from
August 25, 2026 23:33
1ba2834 to
d3925c0
Compare
Many equation-library figures were not shown on the device because their references in doc/calc-help/equations.md did not match any BMP in doc/img (the build only copies doc/img/*.bmp to the on-device help/img). Causes: images committed only as PNG (never reaching the device), references using spaces / non-breaking spaces / wrong suffixes, misspelled image filenames, and one placeholder reference. - Add 7 physics figures as BMP (Hall Effect, Cyclotron, Helicoidal Motion, Fiber Optic, Rayleigh's Criterion, Malus Law, Driven Damped Oscillations) and drop the stale PNG/orphan copies that never reached the device. - Correct 15 references in equations.md to existing BMP names (e.g. Series&Parallel -> SeriesAndParallel, Mohr's -> MohrsCircle, Projectile_BW -> ProjectileMotion, "Missing name" -> HookesLaw). - Rename 3 misspelled image files (Bernouilli -> Bernoulli, 1DElasti -> 1DElastic, FlowWIth -> Flowwith). - Remove the reference to the non-existent DC Inductor Voltage figure. - Regenerate help/db48x.md and update help/db50x.md accordingly. Result: 0 broken figure references in the equation library. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> (cherry picked from commit aea296f)
Wiljea
force-pushed
the
fix-equation-figures
branch
from
August 28, 2026 03:05
aea296f to
9ed706d
Compare
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.
Many equation-library figures were not shown on the device because their references in doc/calc-help/equations.md did not match any BMP in doc/img (the build only copies doc/img/*.bmp to the on-device help/img). Causes: images committed only as PNG (never reaching the device), references using spaces / non-breaking spaces / wrong suffixes, misspelled image filenames, and one placeholder reference.
Result: 0 broken figure references in the equation library.