Mercurial > public > ostc4
comparison Discovery/Src/t7.c @ 1043:52fd91414b6c GasConsumption
Improvments scrubber timer:
The scrubbertime in the CCR sumary view was not right aligned. This has been changed => the line matches the layout of the other lines. In addition the scrubber display mode was not visible after opening the scrubber menu because its drawing was depending on a function parameter which was not set by the open function.
| author | Ideenmodellierer |
|---|---|
| date | Mon, 27 Oct 2025 20:09:23 +0100 |
| parents | 677d293c669f |
| children | d91345e9c009 |
comparison
equal
deleted
inserted
replaced
| 1042:7efc8baa3ffa | 1043:52fd91414b6c |
|---|---|
| 1947 heading[headingIndex++] = TXT_2BYTE; | 1947 heading[headingIndex++] = TXT_2BYTE; |
| 1948 heading[headingIndex++] = TXT2BYTE_Scrubber; | 1948 heading[headingIndex++] = TXT2BYTE_Scrubber; |
| 1949 | 1949 |
| 1950 data[dataIndex++] = '\n'; | 1950 data[dataIndex++] = '\n'; |
| 1951 data[dataIndex++] = '\r'; | 1951 data[dataIndex++] = '\r'; |
| 1952 data[dataIndex++] = '\t'; | 1952 data[dataIndex++] = '\002'; |
| 1953 dataIndex += printScrubberText(&data[dataIndex], 10, settings->scrubberData, settings, false); | 1953 dataIndex += printScrubberText(&data[dataIndex], 10, settings->scrubberData, settings, false); |
| 1954 } | 1954 } |
| 1955 | 1955 |
| 1956 heading[headingIndex++] = '\017'; | 1956 heading[headingIndex++] = '\017'; |
| 1957 heading[headingIndex++] = 0; | 1957 heading[headingIndex++] = 0; |
