Hey everyone,
I thought I would try contribute instead of just take from this great forum.
Here are 2 symbols I came up with for the Holidays using Darren's Character generator.
Both require 4x20 LCD of space.
I also figured out that you can redefine 8 custom characters as many times as you want...in loops only. You just have to be careful about how you go back and forth between the loops.
enjoy

halloween:
LCDOUT 254,64,8,17,3,7,15,15,29,29 ' Cust Char #0 PUMPKIN
LCDOUT 254,72,12,31,31,14,31,31,27,27 ' Cust Char #1
LCDOUT 254,80,2,17,24,28,30,30,23,23 ' Cust Char #2
LCDOUT 254,88,29,30,14,7,7,19,8,0 ' Cust Char #3
LCDOUT 254,96,31,21,21,0,10,31,31,0 ' Cust Char #4
LCDOUT 254,104,23,15,14,28,28,25,2,0 ' Cust Char #5
LCDOUT 254,112,8,16,10,6,1,1,6,8 ' Cust Char #6 PUMPKIN VINE

lcdout 254, 1
lcdout $FE,Row1+3, 6
LCDOUT $FE,Row2+2, 0
LCDOUT $FE,Row2+3, 1
LCDOUT $FE,Row2+4, 2," Happy "
LCDOUT $FE,Row3+2, 3
LCDOUT $FE,Row3+3, 4
LCDOUT $FE,Row3+4, 5," Halloween "
pause 5000
goto halloween

christmas:
LCDOUT 254,64,4,8,7,31,3,8,4,0 ' Cust Char #0 Christmas Star
LCDOUT 254,72,14,27,17,0,17,27,14,14 ' Cust Char #1
LCDOUT 254,80,4,2,28,31,24,2,4,0 ' Cust Char #2
LCDOUT 254,88,4,4,4,21,21,4,14,14 ' Cust Char #3
LCDOUT 254,96,14,14,14,4,4,4,21,21 ' Cust Char #4
LCDOUT 254,104,21,4,4,4,4,4,0,0 ' Cust Char #5
lcdout 254, 1
lcdout $FE,Row1+3, 3
LCDOUT $FE,Row2+2, 0
LCDOUT $FE,Row2+3, 1
LCDOUT $FE,Row2+4, 2," MERRY "
LCDOUT $FE,Row3+3, 4," CHRISTMAS"
LCDOUT $FE,Row4+3, 5
pause 5000
goto christmas