Main > Buy/Sell/Trade - non-retail
FS: LCD Marquee Kits, 19" x 6", 1920x530 - $200 shipped US
<< < (4/11) > >>
meltman:
I've had several questions regarding the XML configuration to use these displays with LaunchBox BigBox. Here are the steps.

* Make a duplicate of the default theme folder C:\Users\Arcade\LaunchBox\Themes\Default. I named mine "Marquee". LaunchBox won't let you modify the default theme (it will undo your work on launch) so this is an important step.
* Edit the file "C:\Users\Arcade\LaunchBox\Themes\Marquee\Views\PlatformMarqueeView.xaml"
* Edit the file "C:\Users\Arcade\LaunchBox\Themes\Marquee\Views\GameMarqueeView.xaml"
* Set your theme as the default in BigBox
PlatformMarqueeView.xaml

--- Code: ---<UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
             mc:Ignorable="d"
             d:DesignHeight="562"
             d:DesignWidth="1000"
             HorizontalAlignment="Stretch"
             VerticalAlignment="Stretch"
             FocusVisualStyle="{x:Null}"
             BorderThickness="0"
             Margin="0"
             Padding="0"
             Background="#000">
<Grid Height="530" VerticalAlignment="Top" HorizontalAlignment="Stretch">
        <Image Source="{Binding Path=SelectedPlatform.BannerImagePath}" Stretch="Uniform" HorizontalAlignment="Center" VerticalAlignment="Center" RenderOptions.BitmapScalingMode="HighQuality" />
</Grid>
</UserControl>
--- End code ---

GameMarqueeView.xaml

--- Code: ---<UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
             mc:Ignorable="d"
             d:DesignHeight="562"
             d:DesignWidth="1000"
             HorizontalAlignment="Stretch"
             VerticalAlignment="Stretch"
             FocusVisualStyle="{x:Null}"
             BorderThickness="0"
             Margin="0"
             Padding="0"
             Background="#000">
<Grid Height="530" VerticalAlignment="Top" HorizontalAlignment="Stretch">
        <Image Source="{Binding Path=SelectedGame.MarqueeImagePath}" Stretch="Uniform" HorizontalAlignment="Center" VerticalAlignment="Center" RenderOptions.BitmapScalingMode="HighQuality" />
    </Grid>
</UserControl>
--- End code ---
meltman:
Here are how the ribbon cables attach to the panel. Be VERY careful as this connector is fragile.


Here's the LVDS connection to the controller. I'll likely ship your panel with the LVDS attached to the LCD already due to the connector being so fragile.


Insert the ribbon for backlight in this orientation.
meltman:
I have ONE pixel perfect remaining and ONE with the slight blemish on the bottom edge.

I have 17 on their way to me.
javeryh:
I'm just posting here to remind myself about this for a future project...  :cheers:
glennbo80:
resurrecting an old thread as I didn't see any mention of being out of stock.  If Meltman is still around, would you still have any of these LCD Marquee's available?  I'm guessing not, but felt it was worth a shot.  thanks.
Navigation
Message Index
Next page
Previous page

Go to full version