NO.
CONT.ON 43
PAGE NO.42
Copyright (C) 2020 Dynabook Inc., All Rights Reserved.
- 6th line: Position (X/2-9*24, 4*Z + 75), 48 characters
0x4F (‘O’), 0x50 (‘P’), … up to 0x7E (‘~’)
(3) Vertical lines are drawn then Horizontal lines.
As described above, the intervals of vertical lines and horizontal lines are identical “Z”.
All grids made by adjacent vertical lines and horizontal lines are congruent squares.
(4) Gradational colored circles are drawn at each corner as the following order:
Blue circle at the upper left corner
Green circle at the upper right corner
Red circle at the lower right corner
White circle at the lower left corner
For the blue circle, it is drawn gradually smaller and less brightly as follows:
across = diagram of the circle = 5*Z;
(x1, y1) = (0, 0); , (x2, y2) = (across, across);
blue = 255; ….. (A)
for ( I = across/2; I > 1; I--)
{
Pen_Color = RGB (0, 0, blue--); ….(B)
Brush_Color = RGB (0, 0, blue--); ….(C)
Ellipse(x1++, y1++, x2--, y2--);
}
(0, 0)
(across, across)
For other color circled circles, the followings are for “(A)”, “(B)” and “(C)” besides the positions:
Green : green = 255; , Pen_Color = RGB(0, green--, 0); , Brush_Color = RGB(0, green--, 0);
Red : red = 255; , Pen_Color = RGB(red--, 0, 0); , Brush_Color = RGB(red--, 0, 0);
White: red = green = blue = 255; ,
Pen_Color = RGB(red--, green--, blue--); , Brush_Color = RGB(red--, green--, blue--);
Содержание SATELLITE C50-H
Страница 1: ...Chapter 1 Hardware Overview...
Страница 17: ...1 Chapter 2 Troubleshooting...
Страница 95: ...NO CONT ON 48 PAGE NO 47 Copyright C 2020 Dynabook Inc All Rights Reserved 5 1 2Htmllogfilesample...
Страница 96: ...NO CONT ON 49 PAGE NO 48 Copyright C 2020 Dynabook Inc All Rights Reserved...
Страница 99: ...NO CONT ON F PAGE NO 51 Copyright C 2020 Dynabook Inc All Rights Reserved 5 2 5YangPass_15_JP...
Страница 100: ...IP3 YangPass Maintenance Tool Product Specification PQS20200500302 REV00 PQS20200500305 REV01 Dynabook Dynabook Inc...
Страница 116: ...Chapter 4 Replacement Procedures 4...
Страница 117: ......
Страница 127: ......
Страница 140: ......
Страница 143: ...4 8 4 8 System Board 4 Replacement Procedures 4 21 Satellite C50 E Maintenance Manual Figure 4 21 Removing System Board...
Страница 144: ......
Страница 152: ......
Страница 156: ......