Misplaced Pages

Sharp X1

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

The X1 ( エックスワン , Ekkusuwan ) , sometimes called the Sharp X1 or CZ-800C , is a series of home computers released by Sharp Corporation from 1982 to 1988. It is based on a Zilog Z80 CPU .

#314685

62-605: The RGB display monitor for the X1 had a television tuner, and a computer screen could be superimposed on TV. All the TV functions could be controlled from a computer program. The character font was completely programmable (PCG) with 4-bit color , and was effectively used in many games. The entirety of the VRAM memory was mapped on to the I/O area, so it was controlled without bank switching . These features made

124-679: A cassette tape. On the plus side however, this concept meant that a free RAM area was available that was as big as possible when not using BASIC. This policy was originally copied from the Sharp MZ series, and they were called clean computers in Japan. The cabinet shape of X1 was also much more stylish than others at that time and a range of cabinet colors (including Red) was selectable. Sharp never released an MSX computer in Japan. Some X1 developers were proud to develop their own technology, and they didn't want to work with Microsoft who attempted to create

186-492: A few more years because the original VGA cards were palette-driven just like EGA, although with more freedom than VGA, but because the VGA connectors were analog, later variants of VGA (made by various manufacturers under the informal name Super VGA) eventually added true-color. In 1992, magazines heavily advertised true-color Super VGA hardware. One common application of the RGB color model is

248-404: A fourth greyscale color channel as a masking layer, often called RGB32 . For images with a modest range of brightnesses from the darkest to the lightest, eight bits per primary color provides good-quality images, but extreme images require more bits per primary color as well as the advanced display technology. For more information see High Dynamic Range (HDR) imaging. In classic CRT devices,

310-430: A laptop keyboard), or a membrane. Other keyboards do not have physical keys, such as a virtual keyboard , or a projection keyboard . A pointing device allows a user to input spatial data to a computer. It is commonly used as a simple and intuitive way to select items on a computer screen on a graphical user interface (GUI), either by moving a mouse pointer , or, in the case of a touch screen, by physically touching

372-552: A relative input mode like that of a touchpad , where the stylus or puck can be lifted and repositioned. Embedded LCD tablets , which are also referred to as graphics tablet monitors, are the extension of digitizing graphics tablets. They enable users to see the real-time positions via the screen while being used. A sensor is an input device which produces data based on physical properties. Sensors are commonly found in mobile devices to detect their physical orientation and acceleration, but may also be found in desktop computers in

434-589: A time. Of course, before displaying, the CLUT has to be loaded with R, G, and B values that define the palette of colors required for each image to be rendered. Some video applications store such palettes in PAL files ( Age of Empires game, for example, uses over half-a-dozen ) and can combine CLUTs on screen. This indirect scheme restricts the number of available colors in an image CLUT—typically 256-cubed (8 bits in three color channels with values of 0–255)—although each color in

496-649: A unified standard. However, the Brazilian subsidiary of Sharp, Epcom, released an MSX computer named Hotbit HB-8000 in Brazil. While X1 was struggling to sell, the PC8801 (from NEC ) was quickly becoming popular in the Japanese market. In 1984, Sharp released the X1 turbo  [ jp ] series with high-resolution graphics (640x400, while X1 had 640x200). It had many improvements, but

558-428: Is a human interface device which is represented as a matrix of buttons. Each button, or key, can be used to either input an alphanumeric character to a computer, or to call upon a particular function of the computer. It acts as the main text entry interface for most users. Keyboards are available in many form factors, depending on the use case. Standard keyboards can be categorized by its size and number of keys, and

620-436: Is a specialized RAM that stores R, G, and B values that define specific colors. Each color has its own address (index)—consider it as a descriptive reference number that provides that specific color when the image needs it. The content of the CLUT is much like a palette of colors. Image data that uses indexed color specifies addresses within the CLUT to provide the required R, G, and B values for each specific pixel, one pixel at

682-402: Is formed by the sum of two primary colors of equal intensity: cyan is green+blue, magenta is blue+red, and yellow is red+green. Every secondary color is the complement of one primary color: cyan complements red, magenta complements green, and yellow complements blue. When all the primary colors are mixed in equal intensities, the result is white. The RGB color model itself does not define what

SECTION 10

#1732848637315

744-526: Is given by a gamma value of 1.0, but actual CRT nonlinearities have a gamma value around 2.0 to 2.5. Similarly, the intensity of the output on TV and computer display devices is not directly proportional to the R, G, and B applied electric signals (or file data values which drive them through digital-to-analog converters). On a typical standard 2.2-gamma CRT display, an input intensity RGB value of (0.5, 0.5, 0.5) only outputs about 22% of full brightness (1.0, 1.0, 1.0), instead of 50%. To obtain

806-422: Is given twice as many detectors as red and blue (ratio 1:2:1) in order to achieve higher luminance resolution than chrominance resolution. The sensor has a grid of red, green, and blue detectors arranged so that the first row is RGRGRGRG, the next is GBGBGBGB, and that sequence is repeated in subsequent rows. For every channel, missing pixels are obtained by interpolation in the demosaicing process to build up

868-448: Is meant by red , green , and blue colorimetrically, and so the results of mixing them are not specified as absolute, but relative to the primary colors. When the exact chromaticities of the red, green, and blue primaries are defined, the color model then becomes an absolute color space , such as sRGB or Adobe RGB . The choice of primary colors is related to the physiology of the human eye ; good primaries are stimuli that maximize

930-491: Is not very popular as a video signal format; S-Video takes that spot in most non-European regions. However, almost all computer monitors around the world use RGB. A framebuffer is a digital device for computers which stores data in the so-called video memory (comprising an array of Video RAM or similar chips ). This data goes either to three digital-to-analog converters (DACs) (for analog monitors), one per primary color or directly to digital monitors. Driven by software ,

992-468: Is one of the most common ways to encode color in computing, and several different digital representations are in use. The main characteristic of all of them is the quantization of the possible values per component (technically a sample ) by using only integer numbers within some range, usually from 0 to some power of two minus one (2  − 1) to fit them into some bit groupings. Encodings of 1, 2, 4, 5, 8 and 16 bits per color are commonly found;

1054-448: Is represented by a cube using non-negative values within a 0–1 range, assigning black to the origin at the vertex (0, 0, 0), and with increasing intensity values running along the three axes up to white at the vertex (1, 1, 1), diagonally opposite black. An RGB triplet ( r , g , b ) represents the three-dimensional coordinate of the point of the given color within the cube or its faces or along its edges. This approach allows computations of

1116-467: Is required. Input devices, such as buttons and joysticks , can be combined on a single physical device that could be thought of as a composite device. Many gaming devices have controllers like this. Technically mice are composite devices, as they both track movement and provide buttons for clicking, but composite devices are generally considered to have more than two different forms of input. Video input devices are used to digitize images or video from

1178-1147: Is used. Following is the mathematical relationship between RGB space to HSI space (hue, saturation, and intensity: HSI color space ): I = R + G + B 3 S = 1 − 3 ( R + G + B ) min ( R , G , B ) H = cos − 1 ⁡ ( ( R − G ) + ( R − B ) 2 ( R − G ) 2 + ( R − B ) ( G − B ) ) assuming  G > B {\displaystyle {\begin{aligned}I&={\frac {R+G+B}{3}}\\S&=1\,-\,{\frac {3}{(R+G+B)}}\,\min(R,G,B)\\H&=\cos ^{-1}\left({\frac {(R-G)+(R-B)}{2{\sqrt {(R-G)^{2}+(R-B)(G-B)}}}}\right)\qquad {\text{assuming }}G>B\end{aligned}}} If B > G {\displaystyle B>G} , then H = 360 − H {\displaystyle H=360-H} . The RGB color model

1240-499: Is written in the different RGB notations as: In many environments, the component values within the ranges are not managed as linear (that is, the numbers are nonlinearly related to the intensities that they represent), as in digital cameras and TV broadcasting and receiving due to gamma correction, for example. Linear and nonlinear transformations are often dealt with via digital image processing. Representations with only 8 bits per component are considered sufficient if gamma correction

1302-446: The CPU (or other specialized chips) write the appropriate bytes into the video memory to define the image. Modern systems encode pixel color values by devoting eight bits to each of the R, G, and B components. RGB information can be either carried directly by the pixel bits themselves or provided by a separate color look-up table (CLUT) if indexed color graphic modes are used. A CLUT

SECTION 20

#1732848637315

1364-588: The Enhanced Graphics Adapter (EGA) in 1984. The first manufacturer of a truecolor graphics card for PCs (the TARGA) was Truevision in 1987, but it was not until the arrival of the Video Graphics Array (VGA) in 1987 that RGB became popular, mainly due to the analog signals in the connection between the adapter and the monitor which allowed a very wide range of RGB colors. Actually, it had to wait

1426-573: The Jumbotron . Color printers , on the other hand, are not RGB devices, but subtractive color devices typically using the CMYK color model . To form a color with RGB, three light beams (one red, one green, and one blue) must be superimposed (for example by emission from a black screen or by reflection from a white screen). Each of the three beams is called a component of that color, and each of them can have an arbitrary intensity, from fully off to fully on, in

1488-492: The Numeric representations section below (24bits = 256 , each primary value of 8 bits with values of 0–255). With this system, 16,777,216 (256 or 2 ) discrete combinations of R, G, and B values are allowed, providing millions of different (though not necessarily distinguishable) hue, saturation and lightness shades. Increased shading has been implemented in various ways, some formats such as .png and .tga files among others using

1550-410: The black ), and full intensity of each gives a white ; the quality of this white depends on the nature of the primary light sources, but if they are properly balanced, the result is a neutral white matching the system's white point . When the intensities for all the components are the same, the result is a shade of gray, darker or lighter depending on the intensity. When the intensities are different,

1612-518: The clock speed was still only 4 MHz. In 1986, Sharp released the X1 turbo Z series with a 4096 color analog RGB monitor. An X1 twin , which had a PC-Engine in the cabinet, was released as the last machine of the X1 series in 1987. The X1 series was succeeded by the X68000 . In the late 2000s, Sharp sold desktop PC/TV combos in Japan through its Internet Aquos line, where an X1-style red color scheme

1674-588: The color similarity of two given RGB colors by simply calculating the distance between them: the shorter the distance, the higher the similarity. Out-of-gamut computations can also be performed this way. Input device In computing, an input device is a piece of equipment used to provide data and control signals to an information processing system, such as a computer or information appliance. Examples of input devices include keyboards , computer mice , scanners , cameras, joysticks , and microphones . Input devices can be categorized based on: A keyboard

1736-403: The electronic age , the RGB color model already had a solid theory behind it, based in human perception of colors . RGB is a device-dependent color model: different devices detect or reproduce a given RGB value differently, since the color elements (such as phosphors or dyes ) and their response to the individual red, green, and blue levels vary from manufacturer to manufacturer, or even in

1798-458: The RGB color model is described by indicating how much of each of the red, green, and blue is included. The color is expressed as an RGB triplet ( r , g , b ), each component of which can vary from zero to a defined maximum value. If all the components are at zero the result is black; if all are at maximum, the result is the brightest representable white. These ranges may be quantified in several different ways: For example, brightest saturated red

1860-683: The RGB24 CLUT table has only 8 bits representing 256 codes for each of the R, G, and B primaries, making 16,777,216 possible colors. However, the advantage is that an indexed-color image file can be significantly smaller than it would be with only 8 bits per pixel for each primary. Modern storage, however, is far less costly, greatly reducing the need to minimize image file size. By using an appropriate combination of red, green, and blue intensities, many colors can be displayed. Current typical display adapters use up to 24-bits of information for each pixel: 8-bit per component multiplied by three components (see

1922-662: The RS-170 and RS-343 standards for monochrome video. This type of video signal is widely used in Europe since it is the best quality signal that can be carried on the standard SCART connector. This signal is known as RGBS (4 BNC / RCA terminated cables exist as well), but it is directly compatible with RGBHV used for computer monitors (usually carried on 15-pin cables terminated with 15-pin D-sub or 5 BNC connectors), which carries separate horizontal and vertical sync signals. Outside Europe, RGB

Sharp X1 - Misplaced Pages Continue

1984-680: The X1 very powerful for game software. Despite the fact that the Computer Division of Sharp Corporation had released the MZ series , suddenly the Television Division released a new computer series called the X1. At the time the original X1 was released, all other home computers generally had a BASIC language in ROM . However the X1 did not have a BASIC ROM, and it had to load the Hu-BASIC interpreter from

2046-453: The brightness of a given point over the fluorescent screen due to the impact of accelerated electrons is not proportional to the voltages applied to the electron gun control grids, but to an expansive function of that voltage. The amount of this deviation is known as its gamma value ( γ {\displaystyle \gamma } ), the argument for a power law function, which closely describes this behavior. A linear response

2108-416: The common color component between them, e.g. green as the common component between yellow and cyan, red as the common component between magenta and yellow, and blue-violet as the common component between magenta and cyan. There is no color component among magenta, cyan and yellow, thus rendering a spectrum of zero intensity: black. Zero intensity for each component gives the darkest color (no light, considered

2170-445: The complete image. Also, other processes used to be applied in order to map the camera RGB measurements into a standard color space as sRGB. In computing, an image scanner is a device that optically scans images (printed text, handwriting, or an object) and converts it to a digital image which is transferred to a computer. Among other formats, flat, drum and film scanners exist, and most of them support RGB color. They can be considered

2232-418: The correct response, a gamma correction is used in encoding the image data, and possibly further corrections as part of the color calibration process of the device. Gamma affects black-and-white TV as well as color. In standard color TV, broadcast signals are gamma corrected. In color television and video cameras manufactured before the 1990s, the incoming light was separated by prisms and filters into

2294-676: The cyan plate, and so on. Before the development of practical electronic TV, there were patents on mechanically scanned color systems as early as 1889 in Russia . The color TV pioneer John Logie Baird demonstrated the world's first RGB color transmission in 1928, and also the world's first color broadcast in 1938, in London . In his experiments, scanning and display were done mechanically by spinning colorized wheels. The Columbia Broadcasting System (CBS) began an experimental RGB field-sequential color system in 1940. Images were scanned electrically, but

2356-455: The difference between the responses of the cone cells of the human retina to light of different wavelengths , and that thereby make a large color triangle . The normal three kinds of light-sensitive photoreceptor cells in the human eye (cone cells) respond most to yellow (long wavelength or L), green (medium or M), and violet (short or S) light (peak wavelengths near 570 nm, 540 nm and 440 nm, respectively ). The difference in

2418-411: The display of colors on a cathode-ray tube (CRT), liquid-crystal display (LCD), plasma display , or organic light emitting diode (OLED) display such as a television, a computer's monitor, or a large scale screen. Each pixel on the screen is built by driving three small and very close but still separated RGB light sources. At common viewing distance, the separate sources are indistinguishable, which

2480-462: The eye interprets as a given solid color. All the pixels together arranged in the rectangular screen surface conforms the color image. During digital image processing each pixel can be represented in the computer memory or interface hardware (for example, a graphics card ) as binary values for the red, green, and blue color components. When properly managed, these values are converted into intensities or voltages via gamma correction to correct

2542-532: The form of a thermometer used to monitor system temperature. Some sensors can be built with MEMS , which allows them to be microscopic in size. Some devices allow many continuous degrees of freedom as input. These can be used as pointing devices, but are generally used in ways that don't involve pointing to a location in space, such as the control of a camera angle while in 3D applications. These kinds of devices are typically used in virtual reality systems (CAVEs) , where input that registers six degrees of freedom

Sharp X1 - Misplaced Pages Continue

2604-431: The image sensor, whereas older drum scanners use a photomultiplier tube as the image sensor. Early color film scanners used a halogen lamp and a three-color filter wheel, so three exposures were needed to scan a single color image. Due to heating problems, the worst of them being the potential destruction of the scanned film, this technology was later replaced by non-heating light sources such as color LEDs . A color in

2666-518: The inherent nonlinearity of some devices, such that the intended intensities are reproduced on the display. The Quattron released by Sharp uses RGB color and adds yellow as a sub-pixel, supposedly allowing an increase in the number of available colors. RGB is also the term referring to a type of component video signal used in the video electronics industry. It consists of three signals—red, green, and blue—carried on three separate cables/pins. RGB signal formats are often based on modified versions of

2728-416: The intermediate optics, thereby reducing the size of home video cameras and eventually leading to the development of full camcorders . Current webcams and mobile phones with cameras are the most miniaturized commercial forms of such technology. Photographic digital cameras that use a CMOS or CCD image sensor often operate with some variation of the RGB model. In a Bayer filter arrangement, green

2790-632: The item on screen. Common pointing devices include mice, touchpads, and touch screens. Whereas mice operate by detecting their displacement on a surface, analog devices, such as 3D mice , joysticks, or pointing sticks, function by reporting their angle of deflection. Pointing devices can be classified on: Direct input is almost necessarily absolute, but indirect input may be either absolute or relative. For example, digitizing graphics tablets that do not have an embedded screen involve indirect input and sense absolute positions and are often run in an absolute input mode, but they may also be set up to simulate

2852-444: The light under which we see them. In the additive model, if the resulting spectrum, e.g. of superposing three colors, is flat, white color is perceived by the human eye upon direct incidence on the retina. This is in stark contrast to the subtractive model, where the perceived resulting spectrum is what reflecting surfaces, such as dyed surfaces, emit. A dye filters out all colors but its own; two blended dyes filter out all colors but

2914-414: The medium and long wavelength cones of the retina, but not equally—the long-wavelength cells will respond more. The difference in the response can be detected by the brain, and this difference is the basis of our perception of orange. Thus, the orange appearance of an object results from light from the object entering our eye and stimulating the different cones simultaneously but to different degrees. Use of

2976-508: The mixture. The RGB color model is additive in the sense that if light beams of differing color (frequency) are superposed in space their light spectra adds up, wavelength for wavelength, to make up a resulting, total spectrum. This is essentially opposite to the subtractive color model, particularly the CMY color model , which applies to paints, inks, dyes and other substances whose color depends on reflecting certain components (frequencies) of

3038-507: The outside world into the computer. The information can be stored in a multitude of formats depending on the user's requirement. Many video input devices use a camera sensor . Voice input devices are used to capture sound. In some cases, an audio output device can be used as an input device, in order to capture produced sound. Audio input devices allow a user to send audio info to a computer for processing, recording, or carrying out commands. Devices such as microphones allow users to speak to

3100-618: The process of combining three color-filtered separate takes. To reproduce the color photograph, three matching projections over a screen in a dark room were necessary. The additive RGB model and variants such as orange–green–violet were also used in the Autochrome Lumière color plates and other screen-plate technologies such as the Joly color screen and the Paget process in the early twentieth century. Color photography by taking three separate plates

3162-469: The result is a colorized hue , more or less saturated depending on the difference of the strongest and weakest of the intensities of the primary colors employed. When one of the components has the strongest intensity, the color is a hue near this primary color (red-ish, green-ish, or blue-ish), and when two components have the same strongest intensity, then the color is a hue of a secondary color (a shade of cyan , magenta or yellow ). A secondary color

SECTION 50

#1732848637315

3224-473: The same device over time. Thus an RGB value does not define the same color across devices without some kind of color management . Typical RGB input devices are color TV and video cameras , image scanners , and digital cameras . Typical RGB output devices are TV sets of various technologies ( CRT , LCD , plasma , OLED , quantum dots , etc.), computer and mobile phone displays, video projectors , multicolor LED displays and large screens such as

3286-436: The signals received from the three kinds allows the brain to differentiate a wide gamut of different colors, while being most sensitive (overall) to yellowish-green light and to differences between hues in the green-to-orange region. As an example, suppose that light in the orange range of wavelengths (approximately 577 nm to 597 nm) enters the eye and strikes the retina. Light of these wavelengths would activate both

3348-448: The successors of early telephotography input devices, which were able to send consecutive scan lines as analog amplitude modulation signals through standard telephonic lines to appropriate receivers; such systems were in use in press since the 1920s to the mid-1990s. Color telephotographs were sent as three separated RGB filtered images consecutively. Currently available scanners typically use CCD or contact image sensor (CIS) as

3410-542: The system still used a moving part: the transparent RGB color wheel rotating at above 1,200 rpm in synchronism with the vertical scan. The camera and the cathode-ray tube (CRT) were both monochromatic . Color was provided by color wheels in the camera and the receiver. More recently, color wheels have been used in field-sequential projection TV receivers based on the Texas Instruments monochrome DLP imager. The modern RGB shadow mask technology for color CRT displays

3472-460: The three RGB primary colors feeding each color into a separate video camera tube (or pickup tube ). These tubes are a type of cathode-ray tube, not to be confused with that of CRT displays. With the arrival of commercially viable charge-coupled device (CCD) technology in the 1980s, first, the pickup tubes were replaced with this kind of sensor. Later, higher scale integration electronics was applied (mainly by Sony ), simplifying and even removing

3534-701: The three primary colors is not sufficient to reproduce all colors; only colors within the color triangle defined by the chromaticities of the primaries can be reproduced by additive mixing of non-negative amounts of those colors of light. The RGB color model is based on the Young–Helmholtz theory of trichromatic color vision , developed by Thomas Young and Hermann von Helmholtz in the early to mid-nineteenth century, and on James Clerk Maxwell 's color triangle that elaborated that theory ( c.  1860 ). The first experiments with RGB in early color photography were made in 1861 by Maxwell himself, and involved

3596-408: The total number of bits used for an RGB color is typically called the color depth . Since colors are usually defined by three components, not only in the RGB model, but also in other color models such as CIELAB and Y'UV , among others, then a three-dimensional volume is described by treating the component values as ordinary Cartesian coordinates in a Euclidean space . For the RGB model, this

3658-496: The type of switch it employs. Other keyboards cater to specific use cases, such as a numeric keypad or a keyer . Desktop keyboards are typically large, often have full key travel distance, and features such as multimedia keys and a numeric keypad. Keyboards on laptops and tablets typically compromise on comfort to achieve a thin figure. There are various switch technologies used in modern keyboards, such as mechanical switches (which use springs), scissor switches (usually found on

3720-596: Was available. RGB color model The RGB color model is an additive color model in which the red , green and blue primary colors of light are added together in various ways to reproduce a broad array of colors . The name of the model comes from the initials of the three additive primary colors , red, green, and blue. The main purpose of the RGB color model is for the sensing, representation, and display of images in electronic systems, such as televisions and computers, though it has also been used in conventional photography and colored lighting . Before

3782-641: Was patented by Werner Flechsig in Germany in 1938. Personal computers of the late 1970s and early 1980s, such as the Apple II and VIC-20 , use composite video . The Commodore 64 and the Atari 8-bit computers use S-Video derivatives. IBM introduced a 16-color scheme (four bits—one bit each for red, green, blue, and intensity) with the Color Graphics Adapter (CGA) for its IBM PC in 1981, later improved with

SECTION 60

#1732848637315

3844-509: Was used by other pioneers, such as the Russian Sergey Prokudin-Gorsky in the period 1909 through 1915. Such methods lasted until about 1960 using the expensive and extremely complex tri-color carbro Autotype process. When employed, the reproduction of prints from three-plate photos was done by dyes or pigments using the complementary CMY model, by simply using the negative plates of the filtered takes: reverse red gives

#314685