User Tools

Site Tools


en-us_commands:reference:isegclear

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en-us_commands:reference:isegclear [2026/09/07 21:52] – 만듦 - 바깥 편집 127.0.0.1en-us_commands:reference:isegclear [2026/09/08 00:53] (current) – 바깥 편집 127.0.0.1
Line 18: Line 18:
 void setup() { void setup() {
   IsegBegin(14, 15);       // MPAINO: TXD(D14), RXD(D15)   IsegBegin(14, 15);       // MPAINO: TXD(D14), RXD(D15)
-  IsegBrightness(7); +  IsegBrightness(7);  // Set display brightness and on/off state. 
-  IsegClear();+  IsegClear();  // Clear the FND display.
 } }
  
 void loop() { void loop() {
-  IsegDecimal((millis() / 1000UL) % 10000UL, true);+  IsegDecimal((millis() / 1000UL) % 10000UL, true);  // Display an integer in decimal format.
   delay(200);   delay(200);
 } }
Line 37: Line 37:
   * Do not use the specified pins simultaneously for UART, PWM, encoders, external interrupts or other functions.   * Do not use the specified pins simultaneously for UART, PWM, encoders, external interrupts or other functions.
   * Check the actual module and product manuals for FND power and signal voltages.   * Check the actual module and product manuals for FND power and signal voltages.
 +
 +===== Built-in Commands in the Same Category =====
 +
 +  * [[:en-us_commands:reference:isegbegin|IsegBegin() View detailed description]]
 +  * [[:en-us_commands:reference:isegbrightness|IsegBrightness() View detailed description]]
 +  * [[:en-us_commands:reference:isegwrite|IsegWrite() View detailed description]]
 +  * [[:en-us_commands:reference:isegdecimal|IsegDecimal() View detailed description]]
 +  * [[:en-us_commands:reference:iseghex|IsegHex() View detailed description]]
 +  * [[:en-us_commands:reference:isegencodedigit|IsegEncodeDigit() View detailed description]]
  
 [[:en-us_commands:builtin|← Built-in Command List]] [[:en-us_commands:builtin|← Built-in Command List]]
  
en-us_commands/reference/isegclear.1788785568.txt.gz · Last modified: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki