New Flat-Panel Displays using Ceramics

This article has been retired and will no longer be updated. Caveat emptor!

While waiting for my tax refund, I’ve been checking out flat panel TVs and I ran across this article on a new ceramic flat panel technology in Popular Science:

“Researcher Steve Yando has invented a ceramic panel that converts video signals into moving pictures. Yando did not have to invent a new way to convert electricity into light; flat electroluminescent panels to do that have been on the market for years. The problem was scanning: how to switch individual points of the panel on and off very rapidly to build up the quick-changing light-and-dark pattern of the TV image. …Yando solved the problem by pulling a very cute trick with piezoelectric crystals, which are old and long-used electric devices.

Piezo crystals convert mechanical movement to electricity, or electricity to mechanical movement; they work either way….Yando’s trick was to make a piezo crystal work both ways at the same time — convert electricity to motion, the motion to electricity — and combine that with an electroluminescent panel to get light.

Ceramic Panel Diagram

The dinner-plate picture panel is a flat rectangle of piezo ceramic (lead zirconate-titanate) coated with electroluminescent phosphor (a powder similar to fluorescent-lamp coating). Electrodes at the sides of the ceramic bring scanning voltages that determine which point will light up. Electrodes on the back and face of the panel bring TV picture-signal voltages that determine how bright the point will light up. (The face electrode has to be transparent so you can see the picture that is created.)

The scanning voltage causes a mechanical vibration to move across the ceramic in a line – like a long ocean wave. The vibration wave, in turn, generates a piezo voltage in the ceramic. So a line of voltage moves across the panel. But suppose you feed in two scanning voltages simultaneously, one to the top edge of the panel and one to a side edge. This gives you two moving lines of vibration waves and two moving lines of piezo voltage. Where the lines cross, you get a moving point of double piezo voltage. You can control the course of this point – make it scan across the panel – by doing things with the circuits in the TV receiver.

The electroluminescent layer will light up whenever there is a voltage. But you don’t want the moving lines to show at all, and even the moving spot must adjust it’s brightness to suit the TV picture signal. So a varying resistance cuts out all voltage at or below the double-strength piezo voltage – even the moving spot, unaided, won’t light up. But the additional voltage supplied by the picture signal can make the moving spot glow, changing it from dim to bright to create the entire image."

Though the article is a little old and lacking on display specifications, they did mention that a full-scale prototype has already been built. So I may end up waiting another year or so to see if this develops before looking for a new TV.

If anybody has any more info on ceramic flat panel TV technology, please drop me a line at aaron [at] elasticdog dot com.

Update

Whew…talk about an April Fools Day-spurred adrenaline rush! I think we duped literally TENS of people with that one (not much response from Digg, Fark, or Shacknews). This entry was the brain-child of my diabolical work friend James whom found this article in a 1961 version of Popular Science. Here are scans of the original article: page one and page two. Hopefully next year we can get more traffic coming our way if we want to pull a successful prank on the internets. Live and learn…


Upgrade in Progress

This article has been retired and will no longer be updated. Caveat emptor!

I’m currently in the middle of upgrading my WordPress installation to 1.5.1.3, and thus things might not be working quite right around here for a bit. I’m not dead, and I will be going back to my original design once I can take to time to develop a theme properly. With all all of the hacking I did to the default installation of WordPress 1.2.1, it could be a little while. Bear with me…thanks


WordPress Design Sandbox

This article has been retired and will no longer be updated. Caveat emptor!

When creating a website, it’s best not to make experimental changes to your code directly on your server for the whole world to see. What if you accidentally mess things up beyond all recognition and don’t remember exactly what you did? It’s a good idea to test developmental changes in a protected environment where you know they won’t effect anything that’s mission critical. Typically this is simple to do as you can just edit the files on your local machine before uploading them. Making a test bed for WordPress, however, is a bit more difficult due to the nature of dynamic page generation.

WordPress uses PHP to pull data from a database, and then subsequently creates the needed HTML based off of that data. Without the PHP, your page would merely render as junk. Thus, in order to see a design change made in your CSS, you’re usually forced to upload the file to your server so WordPress has access to its heart and soul. Not anymore…

The Sandbox

In an effort to make things easier on WordPress users wanting to customize the default installation, I’ve created a static version of the default WP template and have placed it in a zip file along with a clean copy of wp-layout.css and print.css. The template includes a sample entry that utilizes many common HTML elements so you can tell exactly what they would look like on your page.

In this developmental sandbox, you can make structural code changes, try out new CSS techniques, whatever you want…all without having to worry about messing up your live site. Once you get things the way you like them, simply update your real files accordingly, and you’re good to go!

Installation

  1. Download wp-design-sandbox.zip
  2. Create a new directory on your local machine in which you’d like to place the test files
  3. Unzip the three files into the newly created directory
  4. Design away