scroll from one end to the other and does not repeat. The code is as follows: BgColorSets the background color of the active caption, and the background color can be set by the format or color name of the RGB, 16 binary values. The code is as follows: DirectionSet the scrolling direction code for the active caption as follows: HeightSet the height code for the active caption as follows:WidthSet the width code for the active caption as follows:Sets the distance from the horizontal border of the
Recently in doing a front-end development of the project, need to achieve seamless scrolling effect, up and down seamless scrolling. The following small series to realize the code to share the cloud Habitat community Platform, the need for friends can refer to, there are bugs welcome to put forward, common learning progress.
The specific code looks like this:
The above is a small set of JS and HTML to introduce the use of marquee tags to ac
JQuery gets multiple-marquee values, and the multiple-selection box Chinese function practice by Fungleo
Preface
This method is the one I just used in the project. There may be a better way. But I don't know.
Search a few methods, as if there are errors, do not know if it is someone else's mistake, or my mistake. Therefore, I constructed the following methods to facilitate my use in practice.
Share it, there are fallacies, please point out. DOM Stru
In the actual development process, we will encounter such a situation, a sentence is too long, the display is not complete, the most typical is the navigation bar to display the title text, if too long text will appear incomplete situation, with Uilabel can achieve the effect of the horse, the text display integrity. The specific code is as follows:
The code is as follows
Copy Code
#pragma mark-Animation-(void) startanimationifneeded{Cancel, stop all animations[Title
/****************************************** Experiment Step 1. Configure the PIN function, set its GPI, GPJ pin to VD data output mode, and the GPJ after several settings to the LCD clock output ; 2. Set the LCD timing value to initialize the timing value. (1) Initialization timing required: VSPW, VBPD, Lineval, VFPD, HSPW, HBPB, Hozval, HFPD, Clkval (find the initialization sequence diagram in the
Next we will start to learn LCD:
There are many registers involved in the LCD section. Let me analyze them step by step.
The following section is displayed in the LCD manual:
It can be understood that the LCD is a TFT screen that contains backlight, touch and other functions. The size is 480*272, and the Panel c
So far, we have spent a lot of space on the LCD, but there is another problem, that is, the LCD will be automatically closed 10 minutes after the boot.
In the 179th line of the vt. c file (under the drivers/tty/VT directory), the variable "blakinterval" is defined:
Static int blankinterval = 10*60;
By changing the value of blankinterval, you can modify the LCD
LCD default resolution is generally set how much appropriate? I feel that some widescreen display of the resolution settings are not very good will appear ambiguous phenomenon, but are 16:9 of the proportion.
Experts answer
Now most of us use liquid crystal display, LCD monitor is not like traditional CRT display, support the resolution adjustment range is very small, especially many widescreen displays,
A few days ago, the customer brought a notebook computer, said that the screen appeared bright spots. He started to think it was the video card, but after reinstalling the video driver, the spot still existed. In fact, the LCD screen appears white spots mostly because of the physical damage to the screen. Notebook display is very delicate parts, the appearance of a bright spot after the whole screen does not look normal, so we should pay attention to,
The liquid crystal display has radiation, but it is very low.
The principle of radiation is that the current generates a magnetic field to generate an electric field and then generate a magnetic field, so that the infinite cycle of its source is the current so as long as there is radiation, but there is no ordinary display LCD display high-voltage coil, so the radiation is very low.
LCD Bi Chunping Moni
1. Video off-the-shelf example only contains the tq2440 pair of 4.3-inch LCD driver code.However, I have a tq2440 7.0-inch LCD screen in my hand, so I checked the 7.0 screen manual and changed the parameters to be usable.If tq2440 is used, you can set the LCD parameters in the 7.0-inch screen driver example.The following two settings can be used.
# Include
TFT-4238 liquid crystal and the original TFT-6862 difference. The clock and Signal Polarity of this screen is low, and the bit14 of the LCD _pol register (0x3104 0008) needs to be modified to 1. [ARCH/ARM/mach-lpc32xx/clocks-lpc32xx.c] 1623 TMP = ~ (0xf800001f); 1624 TMP = ~ Clcdc_lcdtiming2_bcd; 1625 TMP | = (div 0x1f); 1626 TMP | = (div> 5) 0x1f) LCD _base); 1629 local_onoff_enable (CLK, 1 );【. /ARCH/ARM/mach-lpc32xx/clocks-lpc32xx.c] 233
Several important pins of the LCD:(1) led+\led-These two pins are provided by the boost chip, it is necessary to set the GPB0 high level, in order to make the boost chip to work, and then light the screen(2) synchronous signal in horizontal and vertical direction, clock signal The units of the vspw\vbpd\vfpd\lineval in the vertical direction are rows (the actual scanning range of the screen is larger than the screen itself).The horizontal direction of
Make [2]: *** no rule to make target 'drivers/Char/tianc_ LCD .o ', needed by 'drivers/Char/built-in.o'. Stop.
Make [2]: *** no rule to make target 'drivers/Char/tianc_ LCD .o ', needed by 'drivers/Char/built-in.o'. Stop.
Make [1]: *** [Drivers/Char] Error 2
Make: *** [Drivers] Error 2Today to the kernel Linux kernel to add a LCD driver, but encountered a stra
Not long ago, because the work needs to replace the LCD screen, the resolution from the original 800*480 replaced by the 800*600.
Of course, change the LCD driver first, modify the corresponding parameters. The boot logo has also been replaced, the resolution modified to 800*600.
But when the boot, the logo can not be displayed, prompted the following error.
Fbcon_init:disable Boot-logo (Boot-logo bigger
Windows Vista provides complete support for widescreen LCD, and many Vista users will use Vista operating system in LCD with 1450x900 resolution, so Microsoft offers a more powerful and convenient vista Chinese-style dpi adjustment, Allows users to change according to different applications.
Vista Trial Platform:
Intel Core 2 Duo E6300
GeIL ddr2-800 1gbx2
MSI 945 Neo 3
MSI 1950XT
The steps are as f
Notebook Use time long screen will be aging, the image is not clear, color inequality. This is the result of the aging of the LED display, which marks the aging of the LCD screen.
Here are a few ways to slow down the screen of the laptop to turn yellow and aging:
Minimize screen brightness: When working in a notebook computer, you can set the brightness of the screen to 2~3 brightness, to extend the screen life, but also to protect eyesight; You can
Original: HTML tag marquee for scrolling effectPage Auto-scrolling effect, can be implemented by JavaScript, but today inadvertently found an HTML tag-Use marquee tags not only to move text, but also to move pictures, tables, and so on.Syntax:Important attributes:1. Scrolling direction direction (including 4 values: Up, down, left, and right)Syntax: 2. Scrolling mode behavior (scroll: cyclic scrolling, defa
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.