Many of the author's points are worth consideration (especially regarding use of 7-segment displays for anything other than digits), but come on:<p>> A bespoke display panel was used; itwould have been safer, easier to read, more versatile, andcheaper had a hi-res display been used<p>Obviously the author has never actually tried to design a product both ways. Displays are <i>expensive</i>, and I'm not just talking about the panel itself. Usually you must go up a level or two on your processor hierarchy: a 7-segment display or matrix can be driven by a 4-bit microcontroller. A VGA-resolution display will require a high-end microcontroller, usually a 32-bit Cortex-M3 or M4 these days. A true "hi-res" display, which has admittedly drifted up in quality since the author wrote this, will push you into application processor (i.MX) territory.<p>That may not sound like much, but typical costs for those levels <i>including supporting circuitry</i> are in the neighborhood of $1, $10, and $100. This is because the tiny microcontroller needs nothing; the fancy apps processor needs DDR SDRAM, NAND flash, a PMIC, and is probably a BGA you have to route on an 8-layer board, with GHz MIPI signalling flying around, and don't even get me started on the software complexity.... You can do all of these things, and if it genuinely makes your product better, you <i>should</i>. But do not pay the cost if your product does not benefit.<p>A coworker of mine likes to tell a story about cutting the sales price of a medical device from $5,000 to $500. The main source of that savings would have been removing the display. (Yes, really. Medical displays are expensive.) This was rejected by product management, on the reason that "The people who buy this stuff are not the people who use it. The people who buy it like shiny-looking things. It is much easier to sell a product that looks complicated and expensive to a procurement officer than one that looks simple and possibly less advanced, even if they are the same inside. That display does do something -- it sells units."<p>In operation, the display had a bunch of whiz-bang crap that could have been deleted with no consequence, and two touch buttons for "arm" and "stop". Of course, you had to use a physical button to actually activate it; IEC 60601 wouldn't allow using just a <i>touchscreen</i> to start or stop a medical procedure! So the display really didn't do anything functional....<p>So, no, high-res displays are not always the answer. Think carefully about the cost!