mirror of https://github.com/espruino/BangleApps
quick image clock tweaks - give up on 3bpp images as palette handling (rendering 3->8bpp) makes it tricky
parent
6c46718acf
commit
8efcb22ec4
|
@ -23,7 +23,7 @@
|
|||
const FACES_BANGLE2 = [
|
||||
{ img:"b2_122240.png", bpp : 8, x:2, y:5, align: 1, col:"#FFFFFF", name:"Cityscape", attrib:"getwallpapers.com", attribLink:"http://getwallpapers.com/collection/8-bit-wallpaper", description:"" },
|
||||
{ img:"b2_122271.png", bpp : 8, x:2, y:115, align: -1, col:"#FFFFFF", name:"Sunset", attrib:"getwallpapers.com", attribLink:"http://getwallpapers.com/collection/8-bit-wallpaper", description:"" },
|
||||
{ img:"b2_thisisfine.png", bpp : 8, x:2, y:5, align: 0, col:"#000000", name:"This is fine.", attrib:"Gunshow #648", attribLink:"https://knowyourmeme.com/memes/this-is-fine", description:"" },
|
||||
{ img:"b2_thisisfine.png", bpp : 8, x:10, y:0, align: 0, col:"#000000", name:"This is fine.", attrib:"Gunshow #648", attribLink:"https://knowyourmeme.com/memes/this-is-fine", description:"" },
|
||||
{ img:"b2_explode.png", bpp : 8, x:2, y:115, align: 0, col:"#FFFFFF", name:"Boom.", attrib:"", attribLink:"", description:"" },
|
||||
];
|
||||
|
||||
|
@ -36,8 +36,8 @@
|
|||
if (device && device.id=="BANGLEJS2") {
|
||||
faces = FACES_BANGLE2;
|
||||
recommendedUploadStyle = "176x152 3 bits per pixel (8 color)";
|
||||
defaultBPP = 3;
|
||||
defaultImageMode = "3bit";
|
||||
defaultBPP = 8;
|
||||
defaultImageMode = "web";
|
||||
defaultPositions = {
|
||||
"2,5,-1":"Top",
|
||||
"2,115,-1":"Bottom",
|
||||
|
|
Loading…
Reference in New Issue